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
)
Public Function GetGlyphQuads (
index As Integer
) As Double()
public:
virtual array<double>^ GetGlyphQuads(
[InAttribute] int index
) sealed
function GetGlyphQuads(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