ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Enumerations Reference / enumIGPDEInsertElement
In This Topic
    enumIGPDEInsertElement
    In This Topic

    Used for inserting a PDE element into the content.

    Values:

    IG_PDE_BEFORE_FIRST ((LONG) -1) Specifies position before the first element. Usually used to insert first content element.
    IG_PDE_AFTER_LAST (IG_PDF_FIXED_MAX - 1) Specifies the last element position. Usually used to insert last content element.