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
)
Public Function GetCharStyle (
char_idx As Integer
) As TextExtractorStyle
public:
virtual TextExtractorStyle^ GetCharStyle(
[InAttribute] int char_idx
) sealed
function GetCharStyle(char_idx);
Parameters
- char_idx
- Type: SystemInt32
The index of a Character in this word.
Return Value
Type:
TextExtractorStyle the quad
Return Value
Type:
TextExtractorStyleThe 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