ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDF_sysencoding_create_from_code_page
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_SYSENCODING > IG_PDF_sysencoding_create_from_code_page

Create an encoding object from a code page.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_sysencoding_create_from_code_page(
        LONG nCodePage,
        SHORT nWritingMode,
        LPHIG_PDF_SYSENCODING lphSysEncoding 
);

Arguments:

Name Type Description
nCodePage LONG The code page character-mapping construct. One of enumIGPDFCodePages values.
nWritingMode SHORT 0 for horizontal writing, 1 for vertical writing.
lphSysEncoding LPHIG_PDF_SYSENCODING New encoding object.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Is this page helpful?
Yes No
Thanks for your feedback.