Click or drag to resize

PdfOptionalCollectionT Class

Represents a base class for all collection types whose backing storage (usually PdfArray) is optional and created only if required.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.PdfPdfCollection
      SautinSoft.PdfPdfCollectionT
        SautinSoft.PdfPdfOptionalCollectionT
          SautinSoft.Pdf.AnnotationsPdfAnnotationCollection
          SautinSoft.Pdf.FormsPdfChoiceFieldItemCollection
          SautinSoft.PdfPdfAssociatedFileCollection

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.4.23
Syntax
public abstract class PdfOptionalCollection<T> : PdfCollection<T>, 
	IList, ICollection, IEnumerable, IList<T>, ICollection<T>, 
	IEnumerable<T>

Type Parameters

T
The type of elements in the collection.
See Also