[]
        
(Showing Draft Content)

C1.Document.OutputRange.Enumerator

OutputRange.Enumerator Class

Allows to enumerate all pages in the range. Note: It is the client reesponsibility to take steps to avoid infinite loops if the OutputRange was created without specifying a valid MaxPageNumber.

Inheritance
OutputRange.Enumerator
Namespace: C1.Document
Assembly: C1.Document.dll
Syntax
public class OutputRange.Enumerator : IEnumerator<int>, 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.