ImageGear .NET - Updated
ImGearPDEType Enumeration




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDEType Enumeration
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
MemberDescription
BEGIN_CONTAINERObject of Begin Container type.
BEGIN_GROUPObject of Begin Group type.
CLIPObject of Clip type.
COLORSPACEObject of color space type.
CONTAINERObject of Container type.
CONTENTObject of Content type.
DEVICENCOLORSObject of Device N Colors type.
DOCObject of Document type.
END_CONTAINERObject of End Container type.
END_GROUPObject of End Group type.
FONTObject of Font type.
FORMObject of Form type.
GROUPObject of Group type.
GSTATEObject of Graphic State type.
IMAGEObject of Image type.
LASTTYPELast Type.
PAGEObject of Page type.
PATHObject of Path type.
PATTERNObject of Pattern type.
PLACEObject of Place type.
POSTSCRIPTObject of PostScript type.
READERObject of Reader type.
SHADINGObject of Shading type.
SOFTMASKObject of SoftMask type.
SYSENCODINGObject of System Encoding type.
SYSFONTObject of System Font type.
TEXTObject of Text type.
TEXTITEMObject of Text Item type.
UNKNOWNObject of Unknown type.
WRITERObject of Writer type.
XGROUPObject of XGroup type.
XOBJECTObject of XObject type.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats.PDF Namespace