Creates a new page range instance.
            
 
    Namespace: 
   DotNetBrowser.Print
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.2
Syntaxpublic 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| Exception | Condition | 
|---|
| ArgumentException | The from is greater than to. | 
| ArgumentException | The from is less than or equal to zero. | 
See Also