Click or drag to resize

PdfDictionaryValueCollection Class

Represents the collection of values in a PdfDictionary.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ObjectsPdfDictionaryValueCollection

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.4.23
Syntax
public sealed class ValueCollection : ICollection, 
	IEnumerable, ICollection<PdfBasicObject>, IEnumerable<PdfBasicObject>

The PdfDictionaryValueCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of PdfBasicObjects contained in the PdfDictionaryValueCollection.
Top
Methods
 NameDescription
Public methodCopyTo Copies the PdfDictionaryValueCollection elements to an existing one-dimensional Array, starting at the specified array index.
Public methodGetEnumerator Returns an enumerator that iterates through the PdfDictionaryValueCollection.
Top
See Also