Gets the Char data.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int bytes { get; set; }
Public Property bytes As Integer
Get
Set
public:
virtual property int bytes {
int get () sealed;
void set (int value) sealed;
}
function get_bytes();
function set_bytes(value);
Return Value
Type:
Int32 A buffer containing Character data.
For simple fonts each Character is represented by a single byte.
For multibyte (CID or Type0) fonts each Character may take more than
one byte.
See Also