VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.BasicTypes Namespace / PdfBasicObjectType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfBasicObjectType Enumeration
    In This Topic
    Specifies available types of basic object content.
    Syntax
    '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
    
    
    Members
    MemberDescription
    ArrayAn array - [{PdfBasicObject}*]
    BooleanA boolean value - true OR false.
    DictonaryA dictionary - <<{PdfName PdfBasicObject}*>>
    RealA float value.
    IntegerAn integer value.
    NameName - /name
    NullNULL
    IndirectObjectObject, which consists from a dictionary and optional stream.
    ReferenceReference to an object.
    StreamStream in an object.
    StringString in parentheses: (string).
    EmptySpaceReserved space.
    OffsetInfoInformation about the object offset.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.BasicTypes.PdfBasicObjectType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also