Method GetEnumerator
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<PdfFileSpecification> GetEnumerator()
Returns
- IEnumerator<PdfFileSpecification>
A System.Collections.Generic.IEnumerator<PdfFileSpecification> that can be used to iterate through the collection.