ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / General Objects / HIG_PDF_SYSENCODING / IG_PDF_sysencoding_create_from_base_name
In This Topic
    IG_PDF_sysencoding_create_from_base_name
    In This Topic

    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:

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

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.