
'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^
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.
System.Object
 Vintasoft.Imaging.Pdf.BasicTypes.PdfBasicObject
   Vintasoft.Imaging.Pdf.BasicTypes.PdfCompoundBasicObject
     Vintasoft.Imaging.Pdf.BasicTypes.PdfIndirectObject
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
PdfIndirectObject Members
Vintasoft.Imaging.Pdf.BasicTypes Namespace
Create(PdfDocument,PdfBasicObject)