Click or drag to resize

PDFViewCtrlSelectionGetQuads Method

Gets the list of tight bounding quads in the current text selection.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public double[] GetQuads()

Return Value

Type: Double
an Array of vertices representing a list of bounding quads for the selected text. Each bounding quad is represented using 8 numbers in an Array of doubles. Each two consecutive values represent the x and y coordinates of a quad vertex and the four vertices are arranged counter-clockwisely. Note that the first vertex is not guaranteed to be the lower-left vertex.
Remarks
the 'quads' Array is owned by the current selection and does not need to be explicitly released.
See Also