ImageGear .NET - Updated December 24, 2018
ImGearPDEInsertElement Enumeration




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDEInsertElement Enumeration
Specifies pre-defined positions for inserting a PDE element into the content.
Syntax
'Declaration
 
Public Enum ImGearPDEInsertElement 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearPDEInsertElement
Members
MemberDescription
AFTER_LAST Specifies the last element position. Used to insert last content element.
BEFORE_FIRST Specifies position before the first element. Used to insert first content element.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.PDF.ImGearPDEInsertElement

See Also

Reference

ImageGear.Formats.PDF Namespace