PolygonAnnotation.PolygonAnnotation

PolygonAnnotation(Document, Point[])

Constructor for using with Generator.

public PolygonAnnotation(Document document, Point[] vertices)
ParameterTypeDescription
documentDocumentDocument where annotation will be added.
verticesPoint[]Array of points.

See Also


PolygonAnnotation(Page, Rectangle, Point[])

Creates new Polygon annotation on the specified page.

public PolygonAnnotation(Page page, Rectangle rect, Point[] vertices)
ParameterTypeDescription
pagePageThe document’s page where annotation should be created.
rectRectangleThe annotation rectangle, defining the location of the annotation on the page.
verticesPoint[]An array of polygon vertices points.

See Also