ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_sysencoding_create_from_base_name
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_SYSENCODING > IG_PDF_sysencoding_create_from_base_name

Glossary Item Box

Create an encoding object from base name.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_sysencoding_create_from_base_name(
        HIG_PDF_ATOM hBaseEncName,
        LPCSTR *lpDiffEnc,
        LPHIG_PDF_SYSENCODING lphSysEncoding );

Arguments:

hBaseEncName The base encoding. See Section 5.5.5 in the PDF Reference.
lpDiffEnc Array of 256 const char* describing the differences from the encoding specified by hBaseEncName. May be NULL.
lphSysEncoding New encoding object.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.