Table of Contents

Method GetEnumerator

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<KeyValuePair<string, PdfDocumentView>> GetEnumerator()

Returns

IEnumerator<KeyValuePair<string, PdfDocumentView>>

A System.Collections.Generic.IEnumerator<PdfDocumentView> that can be used to iterate through the collection.