PolylineAnnotation.PolylineAnnotation

PolylineAnnotation constructor

Creates new Polyline annotation on the specified page.

public PolylineAnnotation(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