TextAnnotation
Overview
TextAnnotation is a class in Aspose.PDF FOSS for C++.
This class provides 5 methods for working with TextAnnotation objects in C++ programs.
Available methods include: Accept, Icon, Open.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
Accept(visitor: AnnotationSelector) | Calls Accept(visitor) on this TextAnnotation instance. |
Open() → bool | Calls Open on this TextAnnotation instance. |
Open(value: bool) | Calls Open(value) on this TextAnnotation instance. |
Icon() → TextIcon | Calls Icon on this TextAnnotation instance. |
Icon(value: TextIcon) | Calls Icon(value) on this TextAnnotation instance. |