ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDE_container_create
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_CONTAINER > IG_PDE_container_create

Glossary Item Box

Creates a container object.

Declaration:

  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 );

Arguments:

hMCTag Tag name for the container.
hDictionary Optional Marked Content dictionary for the container.
bIsInline If TRUE, emits container into the page content stream inline.
lphContainer The newly created container object.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

Call IG_PDE_element_release to dispose of the object.

©2012. Accusoft Corporation. All Rights Reserved.