Click or drag to resize

PageRange Constructor

Creates a new page range instance.

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public PageRange(
	int from,
	int to
)

Parameters

from
Type: SystemInt32
The 1-based number of the first page within the range.
to
Type: SystemInt32
The 1-based number of the last page within the range.
Exceptions
ExceptionCondition
ArgumentExceptionThe from is greater than to.
ArgumentExceptionThe from is less than or equal to zero.
See Also