Click or drag to resize

LinkGetQuadPointCount Method

Gets the number of QuadPoints in the QuadPoints Array of the Link annotation.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public int GetQuadPointCount()

Return Value

Type: Int32
The number of QuadPoints.
Remarks
An Array of n QuadPoints specifying the coordinates of n quadrilaterals in default user space that comprise the region in which the link should be activated. The coordinates specifying the four vertices of the quadrilateral in counterclockwise order. For orientation purposes, such as when applying an underline border style, the bottom of a quadrilateral is the line formed by p1 and p2 of the QuadPoint. QuadPoints shall be ignored if any coordinate in the Array lies outside the region specified by Rect.
See Also