[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.OutputRange.Enumerator

OutputRange.Enumerator Class

Allows enumerating all pages in the range.

It is the client's responsibility to take steps to avoid infinite loops if the OutputRange was created without specifying a valid MaxPageNumber.

Inheritance
OutputRange.Enumerator
Namespace: GrapeCity.Documents.Common
Assembly: DS.Documents.Imaging.dll
Syntax
public class OutputRange.Enumerator : IEnumerator<int>, IEnumerator, IDisposable
Public Class OutputRange.Enumerator
    Implements IEnumerator(Of Integer), IEnumerator, IDisposable

Constructors

Name Description
Enumerator(OutputRange, int, int)

Creates a new instance of the OutputRange enumerator.

Properties

Name Description
Current

Gets the current page number.

Methods

Name Description
MoveNext()

Moves to the next page number in the range.

Reset()

Resets the enumerator.