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
Method | Description |
---|---|
Accept(System::SharedPtr<AnnotationSelector>) override | Accepts visitor object to process the annotation. |
get_AnnotationType() override | Gets type of annotation. |
SquigglyAnnotation(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>) | Creates new Squiggly annotation on the specified page. |
See Also
- Class TextMarkupAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++