Click or drag to resize

PdfDictionaryKeyCollection Class

Represents the collection of keys in a PdfDictionary.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ObjectsPdfDictionaryKeyCollection

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public sealed class KeyCollection : ICollection, 
	IEnumerable, ICollection<PdfName>, IEnumerable<PdfName>

The PdfDictionaryKeyCollection type exposes the following members.

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