PDFView4NET WinForms Edition
DisplayPoints Property (PDFPolyLineAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFPolyLineAnnotation Class : DisplayPoints Property
Gets or sets the polygon points in display coordinates.
Syntax
'Declaration
 
Public Property DisplayPoints As PDFPoint()
'Usage
 
Dim instance As PDFPolyLineAnnotation
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( 
   PDFPoint*[][]* value
);
public:
property array<PDFPoint^>^ DisplayPoints {
   array<PDFPoint^>^ get();
   void set (    array<PDFPoint^>^ value);
}

Property Value

An array of O2S.Components.PDFView4NET.PDFPoint objects.
Remarks
Set this property after the annotation has been added to the page.
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

PDFPolyLineAnnotation Class
PDFPolyLineAnnotation Members