Returns an enumerator that iterates through the collection.
Namespace: TallComponents.Web.PdfAssembly: 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 |