VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.BasicTypes Namespace / PdfIndirectObject Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfIndirectObject Class
    In This Topic
    Represents an indirect object.
    Object Model
    PdfBasicObject PdfStream PdfDocument PdfIndirectObject
    Syntax
    'Declaration
    
    Public NotInheritable Class PdfIndirectObject
       Inherits PdfCompoundBasicObject
    
    
    public sealed class PdfIndirectObject : PdfCompoundBasicObject
    
    
    public __gc __sealed class PdfIndirectObject : public PdfCompoundBasicObject*
    
    
    public ref class PdfIndirectObject sealed : public PdfCompoundBasicObject^
    
    
    Remarks

    Any object in a PDF file may be labeled as an indirect object. This gives the object a unique object identifier by which other objects can refer to it (for example, as an element of an array or as the value of a dictionary entry). The object identifier consists of two parts: Number and Generation. Together, the combination of an object number and a generation number uniquely identifies an indirect object.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.BasicTypes.PdfBasicObject
          Vintasoft.Imaging.Pdf.BasicTypes.PdfCompoundBasicObject
             Vintasoft.Imaging.Pdf.BasicTypes.PdfIndirectObject

    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