PageRangeAdd(NullableInt32, NullableInt32) Method

Adds a range of page numbers to the sequence. Reverse ordering is accepted.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public override void Add(
	int? startPage,
	int? endPage
)

Parameters

startPage  NullableInt32
The start page number of the range. If value is null, range is considered an open range from 1 to endPage.
endPage  NullableInt32
The end page number of the range. If value is null, range is considered an open range from startPage to final page.

See Also