Aspose::Pdf::Annotations::CaretAnnotation class
CaretAnnotation class
Class representing Caret annotation.
class CaretAnnotation : public Aspose::Pdf::Annotations::MarkupAnnotation
Methods
| Method | Description |
|---|---|
| Accept(System::SharedPtr<AnnotationSelector>) override | Accepts 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() override | Gets 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
- Class MarkupAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++