Aspose::Pdf::Annotations::PolygonAnnotation class

PolygonAnnotation class

Class representing polygon annotation.

class PolygonAnnotation : public Aspose::Pdf::Annotations::PolyAnnotation

Methods

MethodDescription
Accept(System::SharedPtr<AnnotationSelector>) overrideAccepts visitor object for annotation processing.
get_AnnotationType() overrideGets 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