Set the QuadPoint to be located at a certain index of the QuadPoint Array of the Link
annotation.
(Optional; PDF 1.6 )
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetQuadPoint(
int idx,
QuadPoint qp
)
Public Sub SetQuadPoint (
idx As Integer,
qp As QuadPoint
)
public:
virtual void SetQuadPoint(
[InAttribute] int idx,
[InAttribute] QuadPoint^ qp
) sealed
function SetQuadPoint(idx, qp);
Parameters
- idx
- Type: SystemInt32
the idx
- qp
- Type: pdftron.PDFQuadPoint
the qp
Return Value
Type:
The QuadPoint to be 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