IG_PDE_container_get_dictionary
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.