Click or drag to resize

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()

Return Value

Type: Int32
The 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