PDFView4NET WPF Edition
Points Property (PDFPolyLineAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFPolyLineAnnotation Class : Points Property
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;}
public: __property virtual double[]* get_Points();
public: __property virtual void set_Points( 
   double[][]* value
);
public:
virtual property array<double>^ Points {
   array<double>^ get();
   void set (    array<double>^ value);
}

Property Value

The list of points that create this annotation.
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