PdfPages.Enumerator Struct
public struct Enumerator : IEnumerator<PdfPage>, IDisposable, IEnumerator
Public Structure Enumerator
Implements IEnumerator(Of PdfPage), IDisposable, IEnumerator
Properties
Current
Gets the PdfPage at the current position of the enumerator.
Property Value
Methods
Dispose()
Releases all resources used by the PdfPages.Enumerator.
MoveNext()
Returns
true if the enumerator was successfully advanced to the next PdfPage; false if the enumerator has passed the end of the collection.
Exceptions
The collection was modified after the enumerator was created.