Constructor PageRange
- Namespace
- DotNetBrowser.Print
- Assembly
- DotNetBrowser.dll
PageRange(int, int)
Creates a new page range instance.
public PageRange(int from, int to)
Parameters
from
intThe 1-based number of the first page within the range.
to
intThe 1-based number of the last page within the range.
Exceptions
- ArgumentException
The
from
is greater thanto
.- ArgumentException
The
from
is less than or equal to zero.