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
)
Public Function GetQuadPoint (
idx As Integer
) As QuadPoint
public:
virtual QuadPoint^ GetQuadPoint(
[InAttribute] int idx
) sealed
function GetQuadPoint(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