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.11.26
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 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 methodToString Returns a String that represents this PdfIndirectObject instance.
(Overrides PdfBasicObjectToString)
Top
See Also