Click or drag to resize

PdfPolyLineAnnotation Constructor

Initialize a new instance of PdfPolygonAnnotation.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfPolyLineAnnotation(
	PdfPageBase page,
	PointF[] points
)

Parameters

page
Type: Spire.Pdf PdfPageBase
The page
points
Type: System.Drawing PointF
The polygon vertices
See Also