CharData Class |
Namespace: pdftron.PDF
public sealed class CharData : IClosable
The CharData type exposes the following members.
Name | Description | |
---|---|---|
bytes | Gets the Char data.
| |
char_code | Gets the Char code.
| |
x | To render text, a virtual point (x, y), located on the baseline,
called the pen position, is used to locate glyphs.
The pen position has already taken into account the effects of
any inter-Character adjustments due to properties such as font size,
text rise, Character spacing, word spacing and positioning adjustments
on 'TJ' elements.
| |
y | Gets the glyph y.
|
Name | Description | |
---|---|---|
Close | ||
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |