Aspose::Pdf::Annotations::CaretAnnotation class

CaretAnnotation class

Class representing Caret annotation.

class CaretAnnotation : public Aspose::Pdf::Annotations::MarkupAnnotation

Methods

MethodDescription
Accept(System::SharedPtr<AnnotationSelector>) overrideAccepts visitor object to process the annotation.
CaretAnnotation(System::SharedPtr<Document>)Constructor for usign in Generator.
CaretAnnotation(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>)Creates new Caret annotation on the specified page.
get_AnnotationType() overrideGets type of annotation.
get_Frame()Gets caret rectangle.
get_Symbol()Gets symbol associated with caret.
set_Frame(System::SharedPtr<Rectangle>)Sets caret rectangle.
set_Symbol(CaretSymbol)Sets symbol associated with caret.

See Also