ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Enumerations > enumIGPDEInsertElement Enumeration |
Used for inserting a PDE element into the content.
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. |