PdfFileSpecificationCollection.GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public IEnumerator<PdfFileSpecification> GetEnumerator()
VB
Public Function GetEnumerator As IEnumerator(Of PdfFileSpecification)

Return Value

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

Implements

IEnumerable<T>.GetEnumerator()

See Also