Aspose::Pdf::Annotations::StrikeOutAnnotation class

StrikeOutAnnotation class

Represents a strikeout annotation that appears as a strikeout in the text of the document.

class StrikeOutAnnotation : public Aspose::Pdf::Annotations::TextMarkupAnnotation

Methods

MethodDescription
Accept(System::SharedPtr<AnnotationSelector>) overrideAccepts visitor object to process the annotation.
get_AnnotationType() overrideGets type of annotation.
StrikeOutAnnotation(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>)Creates new StrikeOut annotation on the specified page.

See Also