| ImageGear22.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFBasicType Enumeration |
'Declaration Public Enum ImGearPDFBasicType Inherits System.Enum
'Usage Dim instance As ImGearPDFBasicType
public enum ImGearPDFBasicType : System.Enum
__value public enum ImGearPDFBasicType : public System.Enum
public enum class ImGearPDFBasicType : public System.Enum
| Member | Value | Description |
|---|---|---|
| ARRAY | 7 | Array object. |
| BOOLEAN | 3 | Boolean object. |
| DICTIONARY | 6 | Dictionary object. |
| FIXED | 2 | Fixed (real) object. |
| INTEGER | 1 | Integer object. |
| NAME | 4 | Name object. |
| NULL | 0 | Null object. |
| STREAM | 8 | Stream object. |
| STRING | 5 | String object. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDFBasicType