Constructor PageRange
- Namespace
- DocWright.Core.Primitives
- Assembly
- DocWright.Core.dll
PageRange(int, int)
Initializes a range from the first to the last page, inclusive.
public PageRange(int firstPage, int lastPage)
Parameters
firstPageintThe 1-based first page.
lastPageintThe 1-based last page; must be at least
firstPage.
Exceptions
- ArgumentOutOfRangeException
firstPageis less than 1, orlastPageis less thanfirstPage.