XFINIUM.PDF Documentation
VisualQuadPoints Property



Xfinium.Pdf.Annotations Namespace > PdfTextMarkupAnnotation Class : VisualQuadPoints Property
Gets or sets the annotation quad points.
Syntax
'Declaration
 
Public Property VisualQuadPoints As PdfPoint()
'Usage
 
Dim instance As PdfTextMarkupAnnotation
Dim value() As PdfPoint
 
instance.VisualQuadPoints = value
 
value = instance.VisualQuadPoints
public PdfPoint[] VisualQuadPoints {get; set;}
public:
property array<PdfPoint^>^ VisualQuadPoints {
   array<PdfPoint^>^ get();
   void set (    array<PdfPoint^>^ value);
}

Property Value

An array of 4×n numbers specifying the coordinates of n quadrilaterals in default user space.
Remarks
Each quadrilateral shall encompasses a word or group of contiguous words in the text underlying the annotation. The coordinates for each quadrilateral shall be given in the order:
x1 y1 x2 y2 x3 y3 x4 y4
specifying the quadrilateral's four vertices in counterclockwise order.
Note: This is the Acrobat order that the library also uses: (x1 y1) is the top left corner, (x2 y2) is the top right corner, (x3 y3) is the bottom left corner, (x4 y4) is the bottom right corner.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfTextMarkupAnnotation Class
PdfTextMarkupAnnotation Members