'Declaration Public Enum PdfBasicObjectType Inherits System.Enum
public enum PdfBasicObjectType : System.Enum
__value public enum PdfBasicObjectType : public System.Enum
public enum class PdfBasicObjectType : public System.Enum
'Declaration Public Enum PdfBasicObjectType Inherits System.Enum
public enum PdfBasicObjectType : System.Enum
__value public enum PdfBasicObjectType : public System.Enum
public enum class PdfBasicObjectType : public System.Enum
Member | Description |
---|---|
Array | An array - [{PdfBasicObject}*] |
Boolean | A boolean value - true OR false. |
Dictonary | A dictionary - <<{PdfName PdfBasicObject}*>> |
Real | A float value. |
Integer | An integer value. |
Name | Name - /name |
Null | NULL |
IndirectObject | Object, which consists from a dictionary and optional stream. |
Reference | Reference to an object. |
Stream | Stream in an object. |
String | String in parentheses: (string). |
EmptySpace | Reserved space. |
OffsetInfo | Information about the object offset. |
Undefined | The type is undefined. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Pdf.BasicTypes.PdfBasicObjectType
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5