PDFViewCtrlSelectionGetQuadArrayLength Method |
Gets the number of elements in the array returned by GetQuads.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetQuadArrayLength()
Public Function GetQuadArrayLength As Integer
public:
virtual int GetQuadArrayLength() sealed
function GetQuadArrayLength();
Return Value
Type:
Int32The number of elements in the array returned by GetQuads.
Remarks Note that each quad consists of 8 numbers, so the number of quads is the array length divided by 8.
See Also