PolyAnnotation
Overview
PolyAnnotation is a class in Aspose.PDF FOSS for C++.
This class provides 11 methods for working with PolyAnnotation objects in C++ programs.
Available methods include: EndingStyle, Intent, InteriorColor, PolyAnnotation, StartingStyle, Vertices.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
PolyAnnotation() | Calls PolyAnnotation on this PolyAnnotation instance. |
Vertices() → std::vector<Aspose::Pdf::Point> | Calls Vertices on this PolyAnnotation instance. |
Vertices(value: std::vector<Aspose::Pdf::Point>) | Calls Vertices(value) on this PolyAnnotation instance. |
InteriorColor() → Aspose::Pdf::Color | Calls InteriorColor on this PolyAnnotation instance. |
InteriorColor(value: Aspose::Pdf::Color) | Calls InteriorColor(value) on this PolyAnnotation instance. |
StartingStyle() → LineEnding | Calls StartingStyle on this PolyAnnotation instance. |
StartingStyle(value: LineEnding) | Calls StartingStyle(value) on this PolyAnnotation instance. |
EndingStyle() → LineEnding | Calls EndingStyle on this PolyAnnotation instance. |
EndingStyle(value: LineEnding) | Calls EndingStyle(value) on this PolyAnnotation instance. |
Intent() → PolyIntent | Calls Intent on this PolyAnnotation instance. |
Intent(value: PolyIntent) | Calls Intent(value) on this PolyAnnotation instance. |