PDFView4NET WPF Edition
DisplayPoints Property (PDFInkAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFInkAnnotation Class : DisplayPoints Property
Gets the annotation points in display coordinates.
Syntax
'Declaration
 
Public Property DisplayPoints As PDFPoint()
'Usage
 
Dim instance As PDFInkAnnotation
Dim value() As PDFPoint
 
instance.DisplayPoints = value
 
value = instance.DisplayPoints
public PDFPoint[] DisplayPoints {get; set;}
public: __property PDFPoint*[]* get_DisplayPoints();
public: __property void set_DisplayPoints( 
   O2S.Components.PDFView4NET.PDFPoint[]*[][]* value
);
public:
property array<PDFPoint^>^ DisplayPoints {
   array<PDFPoint^>^ get();
   void set (    O2S.Components.PDFView4NET.array<PDFPoint[]^>^ value);
}

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