Click or drag to resize

TextExtractorWordGetCharStyle Method

return The quadrilateral representing a tight bounding box for this word (in unrotated page coordinates).
Gets the glyph from index
Gets the Char style.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public TextExtractorStyle GetCharStyle(
	int char_idx
)

Parameters

char_idx
Type: SystemInt32
The index of a Character in this word.

Return Value

Type: TextExtractorStyle
the quad

Return Value

Type: TextExtractorStyle
The quadrilateral representing a tight bounding box for a given glyph in the word (in unrotated page coordinates).

Return Value

Type: TextExtractorStyle
The style associated with a given Character.
See Also