ImageGear for C and C++ on Linux v20.0 - Updated
enumIGPDEInsertElement
API Reference Guide > PDF Component API Reference > PDF Component Enumerations Reference > enumIGPDEInsertElement

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.
Is this page helpful?
Yes No
Thanks for your feedback.