PDFView4NET WPF Edition
QuadPoints Property




O2S.Components.PDFView4NET.Annotations Namespace > PDFTextMarkupAnnotation Class : QuadPoints Property
Gets or sets the points that define the markup area.
Syntax
'Declaration
 
Public Property QuadPoints As Double()
'Usage
 
Dim instance As PDFTextMarkupAnnotation
Dim value() As Double
 
instance.QuadPoints = value
 
value = instance.QuadPoints
public double[] QuadPoints {get; set;}
public: __property double[]* get_QuadPoints();
public: __property void set_QuadPoints( 
   double[][]* value
);
public:
property array<double>^ QuadPoints {
   array<double>^ get();
   void set (    array<double>^ value);
}

Property Value

An array of points the define the location of the markup within the annotation.
Remarks
The array must include 8*n values representing the coordinates (x, y)of n quadrilaters. The coordinates for each quadrilateral are given in the order x1 y1 x2 y2 x3 y3 x4 y4 specifying the quadrilater's 4 vertices in counterclockwise order.
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

PDFTextMarkupAnnotation Class
PDFTextMarkupAnnotation Members