PdfOptionalCollectionT Class |
Represents a base class for all collection types whose backing storage (usually
PdfArray) is optional and created only if required.
Inheritance Hierarchy Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.4.23
Syntaxpublic abstract class PdfOptionalCollection<T> : PdfCollection<T>,
IList, ICollection, IEnumerable, IList<T>, ICollection<T>,
IEnumerable<T>
Public MustInherit Class PdfOptionalCollection(Of T)
Inherits PdfCollection(Of T)
Implements IList, ICollection, IEnumerable, IList(Of T),
ICollection(Of T), IEnumerable(Of T)
Type Parameters
- T
- The type of elements in the collection.
See Also