Click or drag to resize

CharDatabytes Property

Gets the Char data.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public int bytes { get; set; }

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