Aspose::Pdf::Annotations::PolyAnnotation class
Contents
[
Hide
]PolyAnnotation class
Abstract base class for poly- annotations.
class PolyAnnotation : public Aspose::Pdf::Annotations::MarkupAnnotation
Methods
Method | Description |
---|---|
ChangeAfterResize(System::SharedPtr<Matrix>) override | Updates the points in Vertices, according to the matrix transform. |
get_EndingStyle() | Gets the style of second line ending. |
get_Intent() | Gets the intent of the polygon or polyline annotation. |
get_InteriorColor() | Gets the interior color with which to fill the annotation’s line endings. |
get_Measure() | Measure units specifed for this annotation. |
get_StartingStyle() | Gets the style of first line ending. |
get_Vertices() | Gets an array of points representing the horizontal and vertical coordinates of each vertex. |
set_EndingStyle(LineEnding) | Sets the style of second line ending. |
set_Intent(PolyIntent) | Sets the intent of the polygon or polyline annotation. |
set_InteriorColor(System::SharedPtr<Aspose::Pdf::Color>) | Sets the interior color with which to fill the annotation’s line endings. |
set_Measure(System::SharedPtr<Aspose::Pdf::Annotations::Measure>) | Measure units specifed for this annotation. |
set_StartingStyle(LineEnding) | Sets the style of first line ending. |
set_Vertices(System::ArrayPtr<System::SharedPtr<Point>>) | Sets an array of points representing the horizontal and vertical coordinates of each vertex. |
See Also
- Class MarkupAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++