ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDE_place_get_dictionary
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_PLACE > IG_PDE_place_get_dictionary

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.

Is this page helpful?
Yes No
Thanks for your feedback.