Aspose::Pdf::Annotations::SquigglyAnnotation class

SquigglyAnnotation class

Represents the squiggly annotation that appears as a jagged underline in the text of a document.

class SquigglyAnnotation : public Aspose::Pdf::Annotations::TextMarkupAnnotation

Methods

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

See Also