ScreenAnnotation
Overview
ScreenAnnotation is a class in Aspose.PDF FOSS for C++.
This class provides 3 methods for working with ScreenAnnotation objects in C++ programs.
Available methods include: Accept, Title.
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 ScreenAnnotation instance. |
Title() → std::string | Calls Title on this ScreenAnnotation instance. |
Title(value: std::string) | Calls Title(value) on this ScreenAnnotation instance. |