PDFView4NET WinForms Edition
Points Property (PDFInkAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFInkAnnotation Class : Points Property
Gets the annotation points.
Syntax
'Declaration
 
Public ReadOnly Property Points As PDFPointsCollection
'Usage
 
Dim instance As PDFInkAnnotation
Dim value As PDFPointsCollection
 
value = instance.Points
public PDFPointsCollection Points {get;}
public: __property PDFPointsCollection* get_Points();
public:
property PDFPointsCollection^ Points {
   PDFPointsCollection^ get();
}

Property Value

The list of points that create this annotation.
Remarks
The collection consists of at least one points array. Each points array includes 2*n values representing the coordinates of n points in the page coordinate space
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFInkAnnotation Class
PDFInkAnnotation Members