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
)
Public Sub New (
page As PdfPageBase,
points As PointF()
)
public:
PdfPolyLineAnnotation(
PdfPageBase^ page,
array<PointF>^ points
)
new :
page : PdfPageBase *
points : PointF[] -> PdfPolyLineAnnotation
Parameters
-
page
-
Type:
Spire.Pdf
PdfPageBase
The page
-
points
-
Type:
System.Drawing
PointF
The polygon vertices
See Also