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

Returns in lpbResult TRUE for CMap encoding; FALSE otherwise.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_sysencoding_is_multibyte(
        HIG_PDF_SYSENCODING hSysEncoding,
        LPAT_BOOL lpbResult 
);

Arguments:

Name Type Description
hSysEncoding HIG_PDF_SYSENCODING An encoding object.
lpbResult LPAT_BOOL TRUE for CMap encoding; FALSE otherwise.

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.