PageRange
PageRange constructor. Creates a new page range object.
PageRange constructor
Creates a new page range object.
public PageRange(int from, int to)
| Parameter | Type | Description |
|---|---|---|
| from | Int32 | The starting page zero-based index. |
| to | Int32 | The ending page zero-based index. If it exceeds the index of the last page in the document, it is truncated to fit in the document on rendering. |
Remarks
MaxValue means the last page in the document.
See Also
- class PageRange
- namespace Wordize.Saving
- assembly Wordize