PDFView4NET WinForms Edition
DisplayQuadPoints Property




O2S.Components.PDFView4NET.Annotations Namespace > PDFTextMarkupAnnotation Class : DisplayQuadPoints Property
Gets or sets the points that define the markup area in display coordinates.
Syntax
'Declaration
 
Public Property DisplayQuadPoints As PDFPoint()
'Usage
 
Dim instance As PDFTextMarkupAnnotation
Dim value() As PDFPoint
 
instance.DisplayQuadPoints = value
 
value = instance.DisplayQuadPoints
public PDFPoint[] DisplayQuadPoints {get; set;}
public: __property PDFPoint*[]* get_DisplayQuadPoints();
public: __property void set_DisplayQuadPoints( 
   PDFPoint*[][]* value
);
public:
property array<PDFPoint^>^ DisplayQuadPoints {
   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

PDFTextMarkupAnnotation Class
PDFTextMarkupAnnotation Members