Clase Aspose::Pdf::Annotations::PolygonAnnotation

PolygonAnnotation class

Clase que representa una anotación de polígono.

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

Métodos

MétodoDescripción
Accept(System::SharedPtr<AnnotationSelector>) overrideAcepta un objeto visitante para el procesamiento de anotaciones.
get_AnnotationType() overrideObtiene el tipo de anotación.
PolygonAnnotation(const System::SharedPtr<Document>&, const System::ArrayPtr<System::SharedPtr<Point>>&)Constructor para usar con Generator.
PolygonAnnotation(const System::SharedPtr<Aspose::Pdf::Page>&, const System::SharedPtr<Rectangle>&, const System::ArrayPtr<System::SharedPtr<Point>>&)Crea una nueva anotación Polygon en la página especificada.

Ver también