Aspose::Pdf::Annotations::PolygonAnnotation class
PolygonAnnotation class
Class representing polygon annotation.
class PolygonAnnotation : public Aspose::Pdf::Annotations::PolyAnnotation
Methods
Method | Description |
---|---|
Accept(System::SharedPtr<AnnotationSelector>) override | Accepts visitor object for annotation processing. |
get_AnnotationType() override | Gets type of annotation. |
PolygonAnnotation(System::SharedPtr<Document>, System::ArrayPtr<System::SharedPtr<Point>>) | Constructor for using with Generator. |
PolygonAnnotation(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>, System::ArrayPtr<System::SharedPtr<Point>>) | Creates new Polygon annotation on the specified page. |
See Also
- Class PolyAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++