Click or drag to resize

PdfIndirectObject Class

Represents an indirect basic PDF object that other PdfBasicObject can refer to.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ObjectsPdfBasicObject
    SautinSoft.Pdf.ObjectsPdfBasicContainer
      SautinSoft.Pdf.ObjectsPdfIndirectObject

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public sealed class PdfIndirectObject : PdfBasicContainer

The PdfIndirectObject type exposes the following members.

Properties
 NameDescription
Public propertyId Gets the identifier of the current PdfIndirectObject.
Public propertyIndirect Gets the PdfIndirectObject if this PdfBasicContainer is Value or otherwise.
(Inherited from PdfBasicContainer)
Public propertyIsReadOnly Gets a value indicating whether the PdfBasicContainer and all of its descendants are read-only.
(Inherited from PdfBasicContainer)
Public propertyObjectType Gets the IndirectObject value.
(Overrides PdfBasicObjectObjectType)
Public propertyValue Gets or sets the value of this PdfIndirectObject.
Top
Methods
 NameDescription
Public methodClone(Boolean) Makes a deep clone of the PdfIndirectObject with optionally cloning descendant PdfIndirectObjects.
Public methodClone(FuncPdfIndirectObject, PdfBasicObject) Makes a deep clone of the PdfIndirectObject with parameter that controls the cloning of PdfIndirectObject.
Public methodStatic memberCreate Creates a new instance of the PdfIndirectObject class.
Public methodStatic memberCreate(PdfBasicObject) Creates a new instance of the PdfIndirectObject class with the specified value.
Public methodEquals Determines whether the specified Object is equal to this PdfBasicContainer instance.
(Inherited from PdfBasicContainer)
Public methodGetHashCode Returns a hash code for this PdfBasicContainer instance.
(Inherited from PdfBasicContainer)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this PdfIndirectObject instance.
(Overrides PdfBasicObjectToString)
Top
See Also