PDFView4NET WinForms Edition
Points Property (PDFPolyMeasureAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFPolyMeasureAnnotation Class : Points Property
Gets the annotation points.
Syntax
'Declaration
 
Public Overrides Property Points As Double()
'Usage
 
Dim instance As PDFPolyMeasureAnnotation
Dim value() As Double
 
instance.Points = value
 
value = instance.Points
public override double[] Points {get; set;}
public: __property double[]* get_Points() override;
public: __property void set_Points( 
   double[][]* value
) override;
public:
property array<double>^ Points {
   array<double>^ get() override;
   void set (    array<double>^ value) override;
}

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

PDFPolyMeasureAnnotation Class
PDFPolyMeasureAnnotation Members