ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / Page Editing Objects and Elements / HIG_PDE_CONTAINER
In This Topic
    HIG_PDE_CONTAINER
    In This Topic

    Handle to the PDE container object. A container is a group of elements on a page in a PDF file. In the PDF file, containers are delimited by Marked Content BMC/EMC or BDC/EMC pairs. Every container has a Marked Content tag associated with it. In addition to grouping a set of elements, a BDC/EMC pair specifies a property list to be associated with the grouping. Thus a container corresponding to a BDC/EMC pair also has a property list dictionary associated with it.

    See Section 10.5 in the PDF reference for more information about Marked Content operators.

    Members:

    IG_PDE_container_create Creates a container object.
    IG_PDE_container_get_content Gets the PDE Content for hContainer.
    IG_PDE_container_get_dictionary Gets the Marked Content dictionary for a container.
    IG_PDE_container_get_mctag Gets the Marked Content tag for a container.
    IG_PDE_container_set_content Sets the content for a container.
    IG_PDE_container_set_dictionary Changes the Marked Content dictionary for a container.
    IG_PDE_container_set_mctag Sets the Marked Content tag for a hContainer.