PageRangeEnumerate Method

Enumerates all the page numbers that this range instance describes. The sequence will be distinct and in ascending order.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public override IEnumerable<int> Enumerate(
	int finalPageNumber
)

Parameters

finalPageNumber  Int32
The final page number which is used as the maximum value for open range specifier.

Return Value

IEnumerableInt32
An enumerable sequence of integers. The sequence will be distinct and in ascending order

See Also