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_PLACE / IG_PDE_place_get_dictionary
In This Topic
    IG_PDE_place_get_dictionary
    In This Topic

    Gets the Marked Content dictionary for hPlace.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_PDE_place_get_dictionary(
            HIG_PDE_PLACE hPlace,
            LPHIG_PDF_BASOBJ lpmcDict, 
            LPAT_PDF_BOOL lpbIsInline,
            LPAT_PDF_BOOL lpbResult 
    );
    

    Arguments:

    Name Type Description
    hPlace HIG_PDE_PLACE The place whose Marked Content dictionary is obtained.
    lpmcDict LPHIG_PDF_BASOBJ Pointer to the Marked Content dictionary; may be NULL.
    lpbIsInline LPAT_PDF_BOOL If TRUE, the Marked Content dictionary is inline; may be NULL.
    lpbResult LPAT_PDF_BOOL TRUE if dictionary is obtained; FALSE if no dictionary is present.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.