Table of Contents

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 int

The 1-based number of the first page within the range.

to int

The 1-based number of the last page within the range.

Exceptions

ArgumentException

The from is greater than to.

ArgumentException

The from is less than or equal to zero.