Click or drag to resize

PdfBasicContainer Class

Represents a base class for all mutable basic PDF objects.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ObjectsPdfBasicObject
    SautinSoft.Pdf.ObjectsPdfBasicContainer
      SautinSoft.Pdf.ObjectsPdfBasicCollection
      SautinSoft.Pdf.ObjectsPdfIndirectObject
      SautinSoft.Pdf.ObjectsPdfStream

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public abstract class PdfBasicContainer : PdfBasicObject

The PdfBasicContainer type exposes the following members.

Properties
 NameDescription
Public propertyIndirect Gets the PdfIndirectObject if this PdfBasicContainer is Value or otherwise.
Public propertyIsReadOnly Gets a value indicating whether the PdfBasicContainer and all of its descendants are read-only.
Top
Methods
 NameDescription
Public methodClone(Boolean) Makes a deep clone of the PdfBasicContainer with optionally cloning descendant PdfIndirectObjects.
Public methodClone(FuncPdfIndirectObject, PdfBasicObject) Makes a deep clone of the PdfBasicContainer with parameter that controls the cloning of PdfIndirectObjects.
Public methodEquals Determines whether the specified Object is equal to this PdfBasicContainer instance.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Returns a hash code for this PdfBasicContainer instance.
(Overrides ObjectGetHashCode)
Top
See Also