Points Property (PDFPolygonAnnotation)
Gets the annotation points.
Syntax
'Declaration Public Property Points As Double()
'Usage Dim instance As PDFPolygonAnnotation Dim value() As Double instance.Points = value value = instance.Points
public double[] Points {get; set;}
Property Value
The list of points that create this annotation.Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also