FromStartPageTillEnd
PageRange.FromStartPageTillEnd method
Creates a page range, that starts from the specified page number and continues till the end of the document
public static PageRange FromStartPageTillEnd(ushort startPageNumber)
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 |
Return Value
New PageRange instance
See Also
- struct PageRange
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor