CharDatachar_code Property |
Gets the Char code.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int char_code { get; set; }
Public Property char_code As Integer
Get
Set
public:
virtual property int char_code {
int get () sealed;
void set (int value) sealed;
}
function get_char_code();
function set_char_code(value);
Return Value
Type:
Int32 Char code' For SimpleFonts char_code := char_data[0]
for composite fonts char_code is the numeric value of data stored in char_data buffer.
See Also