Returns an enumerator that iterates through the collection.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

C#
public IEnumerator<Page> GetEnumerator()
Visual Basic
Public Function GetEnumerator As IEnumerator(Of Page)
Visual C++
public:
virtual IEnumerator<Page^>^ GetEnumerator() sealed

Return Value

A IEnumerator<(Of <(<'T>)>)> that can be used to iterate through the collection.

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

See Also