Click or drag to resize

PdfDictionaryKeyCollectionGetEnumerator Method

Returns an enumerator that iterates through the PdfDictionaryKeyCollection.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public IEnumerator<PdfName> GetEnumerator()

Return Value

IEnumeratorPdfName
An enumerator for the PdfDictionaryKeyCollection.

Implements

IEnumerableTGetEnumerator
See Also