PageRangeAdd(NullableInt32, NullableInt32) Method
Adds a range of page numbers to the sequence. Reverse ordering is accepted.
Namespace: GleamTech.DocumentUltimateAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public override void Add(
int? startPage,
int? endPage
)
Public Overrides Sub Add (
startPage As Integer?,
endPage As Integer?
)
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.