Map to CID.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int MapToCID(
int char_code
)
Public Function MapToCID (
char_code As Integer
) As Integer
public:
virtual int MapToCID(
[InAttribute] int char_code
) sealed
function MapToCID(char_code);
Parameters
- char_code
- Type: SystemInt32
the char_code
Return Value
Type:
Int32 a CID matching specified Charcode.
Remarks Relevant only for a Type0 font.
See Also