Click or drag to resize

RedactionGetQuadPoint Method

Gets the QuadPoint located at a certain index of the QuadPoint Array of the Redaction 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 index of where the QuadPoint of interest is located.

Return Value

Type: QuadPoint
The QuadPoint located at a certain index of the QuadPoint Array of the Redaction annotation.
Remarks
An Array of n QuadPoints specifying If present, these quadrilaterals denote the content region that is intended to be removed. If this entry is not present, the Rect entry denotes the content region that is intended to be removed
See Also