Click or drag to resize

PdfDictionaryGetEnumerator Method

Returns an enumerator that iterates through the PdfDictionary.

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

Return Value

IEnumeratorPdfDictionaryEntry
An enumerator for the PdfDictionary.
See Also