Inserts an element into content.
AddElement (AfterIndex As enumIGPDEInsertElement, Element As
IIGPDEElement)
Name | Description |
---|---|
AfterIndex | Location after which Element is added. Should be IG_PDF_BEFORE_FIRST_PAGE to add to the beginning of the display list. |
pPDEElement | IIGPDEElement interface of the element to insert into content. |
None