RedactionGetQuadPointCount Method |
Gets the number of QuadPoints in the QuadPoints Array of the Redaction annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetQuadPointCount()
Public Function GetQuadPointCount As Integer
public:
virtual int GetQuadPointCount() sealed
function GetQuadPointCount();
Return Value
Type:
Int32 The number of QuadPoints.
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