Table of Contents

Method GetEnumerator

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

GetEnumerator()

Returns an enumerator that iterates through a collection.

public IEnumerator<T> GetEnumerator()

Returns

IEnumerator<T>

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