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.8.8
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.
Public propertyObjectType Gets the PdfBasicObjectType of the current PdfBasicObject instance.
(Inherited from PdfBasicObject)
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)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this PdfBasicObject instance.
(Inherited from PdfBasicObject)
Top
See Also