Click or drag to resize

PdfBasicCollection Class

Represents a base class for all basic PDF objects that are collections (PdfArray and PdfDictionary).
Inheritance Hierarchy

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
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