Click or drag to resize

TextExtractorWordGetGlyphQuads Method

Gets the quadpoint of the glyph at index

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

Parameters

index
Type: SystemInt32
The index of a glyph in this word.

Return Value

Type: Double
An array with the quad points
See Also