Click or drag to resize

LinkGetQuadPoint Method

Gets the QuadPoint located at a certain index of the QuadPoint Array of the Link annotation.

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

Parameters

idx
Type: SystemInt32
the idx

Return Value

Type: QuadPoint
The QuadPoint located at a certain index of the QuadPoint Array of the Link annotation.
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