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:
| hContainer | A container. |
| lphDictionary | Marked Content dictionary for hContainer. NULL if hContainer has no Marked Content dictionary. |
| lpbIsInline | TRUE if the dictionary is inline; FALSE otherwise. Undefined if hContainer has no Marked Content dictionary. |
| lpbResult | 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.
