Points Property (PDFPolyLineAnnotation)
Gets the annotation points.
Syntax
'Declaration Public Overridable Property Points As Double()
'Usage Dim instance As PDFPolyLineAnnotation Dim value() As Double instance.Points = value value = instance.Points
public virtual 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