Creates a container object.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDE_container_create( HIG_PDF_ATOM hMCTag, HIG_PDF_BASOBJ hDictionary, AT_PDF_BOOL bIsInline, LPHIG_PDE_CONTAINER lphContainer ); |
Name | Type | Description |
---|---|---|
hMCTag | HIG_PDF_ATOM | Tag name for the container. |
hDictionary | HIG_PDF_BASOBJ | Optional Marked Content dictionary for the container. |
bIsInline | AT_PDF_BOOL | If TRUE, emits container into the page content stream inline. |
lphContainer | LPHIG_PDE_CONTAINER | The newly created container object. |
Error count.
This function does not process image pixels.
Call IG_PDE_element_release to dispose of the object.