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étodo | Descripción |
|---|---|
| Accept(System::SharedPtr<AnnotationSelector>) override | Acepta un objeto visitante para el procesamiento de anotaciones. |
| get_AnnotationType() override | Obtiene 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
- Class PolyAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++