ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / Page Editing Objects and Elements / HIG_PDE_CONTAINER / IG_PDE_container_get_dictionary
In This Topic
    IG_PDE_container_get_dictionary
    In This Topic

    Gets the Marked Content dictionary for a container.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_PDE_container_get_dictionary(
            HIG_PDE_CONTAINER hContainer,
            LPHIG_PDF_BASOBJ lphDictionary,
            LPAT_PDF_BOOL lpbIsInline,
            LPAT_PDF_BOOL lpbResult 
    );
    

    Arguments:

    Name Type Description
    hContainer HIG_PDE_CONTAINER A container.
    lphDictionary LPHIG_PDF_BASOBJ Marked Content dictionary for hContainer. NULL if hContainer has no Marked Content dictionary.
    lpbIsInline LPAT_PDF_BOOL TRUE if the dictionary is inline; FALSE otherwise. Undefined if hContainer has no Marked Content dictionary.
    lpbResult LPAT_PDF_BOOL TRUE if hContainer has a Marked Content dictionary; FALSE otherwise.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.