RedactionSetQuadPoint Method |
Set the QuadPoint to be located at a certain index of the QuadPoint Array of the Redaction
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 pt
)
Public Sub SetQuadPoint (
idx As Integer,
pt As QuadPoint
)
public:
virtual void SetQuadPoint(
[InAttribute] int idx,
[InAttribute] QuadPoint^ pt
) sealed
function SetQuadPoint(idx, pt);
Parameters
- idx
- Type: SystemInt32
The index position where the QuadPoint of interest is to be inserted.
- pt
- Type: pdftron.PDFQuadPoint
The QuadPoint to be inserted at that position.
Return Value
Type:
The QuadPoint to be located at a certain index of the QuadPoint Array of the Redaction 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