Gets the Marked Content dictionary for a container.
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 ); |
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. |
Error count.
This function does not process image pixels.