Click or drag to resize

PdfTypeDictionaryGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public IEnumerator<KeyValuePair<string, PdfTypeBase>> GetEnumerator()

Return Value

IEnumeratorKeyValuePairString, PdfTypeBase
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also