Click or drag to resize

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; }

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