FromStartPageWithCount
Leave feedback
On this page
Creates a page range, that starts from the specified page number and has specified amount of pages, or unlimited page count (till the end)
public static PageRange FromStartPageWithCount(ushort startPageNumber, ushort pageCount)
| Parameter | Type | Description |
|---|---|---|
| startPageNumber | UInt16 | Page number, from which page range starts, inclusively. Page numbers are 1-based, so must be strictly bigger than zero |
| pageCount | UInt16 | Number of pages, must be strictly bigger than zero. If zero - this means all pages till the end of a document |
New PageRange instance
- struct PageRange
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.