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: 2025.3.13
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.
Top
See Also