PolygonAnnotation

PolygonAnnotation(Document, Point[])

Constructeur à utiliser avec Generator.

public PolygonAnnotation(Document document, Point[] vertices)
ParamètreTaperLa description
documentDocumentDocument où l’annotation sera ajoutée.
verticesPoint[]Tableau de points.

Voir également


PolygonAnnotation(Page, Rectangle, Point[])

Crée une nouvelle annotation Polygone sur la page spécifiée.

public PolygonAnnotation(Page page, Rectangle rect, Point[] vertices)
ParamètreTaperLa description
pagePageLa page du document où l’annotation doit être créée.
rectRectangleLe rectangle d’annotation, définissant l’emplacement de l’annotation sur la page.
verticesPoint[]Un tableau de points de sommets de polygone.

Voir également