Link Search Menu Expand Document

PolygonAnnotation Constructor

Initializes a new instance of the Bytescout.PDF.PolygonAnnotation class.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public PolygonAnnotation(
	PointsArray points
)

Parameters

points
Type: Bytescout.PDFPointsArray
The Bytescout.PDF.PointsArray that represents the vertices of the polygon.
See Also

Reference