Click or drag to resize

PdfBasicCollection Class

Represents a base class for all basic PDF objects that are collections (PdfArray and PdfDictionary).
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ObjectsPdfBasicObject
    SautinSoft.Pdf.ObjectsPdfBasicContainer
      SautinSoft.Pdf.ObjectsPdfBasicCollection
        SautinSoft.Pdf.ObjectsPdfArray
        SautinSoft.Pdf.ObjectsPdfDictionary

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public abstract class PdfBasicCollection : PdfBasicContainer, 
	ICollection, IEnumerable

The PdfBasicCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of elements contained in the PdfBasicCollection.
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 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.
(Inherited from PdfBasicContainer)
Public methodClone(FuncPdfIndirectObject, PdfBasicObject) Makes a deep clone of the PdfBasicContainer with parameter that controls the cloning of PdfIndirectObjects.
(Inherited from PdfBasicContainer)
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 PdfBasicObject instance.
(Inherited from PdfBasicObject)
Top
See Also