Click or drag to resize

PdfIndirectListGetEnumerator Method

Returns an enumerator that iterates through the collection.

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

Return Value

IEnumeratorPdfTypeBase
A System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also