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




In This Topic
    ImGearPDEType Enumeration
    In This Topic
    Specifies types of PDF editing objects.
    Syntax
    'Declaration
     
    Public Enum ImGearPDEType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearPDEType
    public enum ImGearPDEType : System.Enum 
    __value public enum ImGearPDEType : public System.Enum 
    public enum class ImGearPDEType : public System.Enum 
    Members
    MemberValueDescription
    BEGIN_CONTAINER19Object of Begin Container type.
    BEGIN_GROUP21Object of Begin Group type.
    CLIP7Object of Clip type.
    COLORSPACE9Object of color space type.
    CONTAINER12Object of Container type.
    CONTENT0Object of Content type.
    DEVICENCOLORS15Object of Device N Colors type.
    DOC26Object of Document type.
    END_CONTAINER20Object of End Container type.
    END_GROUP22Object of End Group type.
    FONT8Object of Font type.
    FORM4Object of Form type.
    GRAPHICFONT35Reserved for Internal Use Only.
    GROUP17Object of Group type.
    GSTATE10Object of Graphic State type.
    IMAGE3Object of Image type.
    LASTTYPE36Last Type.
    PAGE27Object of Page type.
    PATH2Object of Path type.
    PATTERN14Object of Pattern type.
    PLACE11Object of Place type.
    POSTSCRIPT5Object of PostScript type.
    READER28Object of Reader type.
    SHADING16Object of Shading type.
    SOFTMASK24Object of SoftMask type.
    SYSENCODING25Object of System Encoding type.
    SYSFONT13Object of System Font type.
    TEXT1Object of Text type.
    TEXTITEM30Object of Text Item type.
    UNKNOWN18Object of Unknown type.
    WRITER29Object of Writer type.
    XGROUP23Object of XGroup type.
    XOBJECT6Object of XObject type.
    Inheritance Hierarchy

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

    See Also