ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEInsertElement Enumeration




In This Topic
    ImGearPDEInsertElement Enumeration
    In This Topic
    Specifies predefined positions for inserting a PDE element into the content.
    Syntax
    'Declaration
     
    Public Enum ImGearPDEInsertElement 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearPDEInsertElement
    public enum ImGearPDEInsertElement : System.Enum 
    __value public enum ImGearPDEInsertElement : public System.Enum 
    public enum class ImGearPDEInsertElement : public System.Enum 
    Members
    MemberValueDescription
    AFTER_LAST2147483646 Specifies the last element position. Used to insert last content element.
    BEFORE_FIRST-1 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