PageRange Structure |
Namespace: GroupDocs.Editor.Options
The PageRange type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Numbers of pages within range. If 0 - page range spreads until end of the document no matter how much pages it consists of
|
![]() | EndNumber |
Exclusive end page number, until which this page range continues and on which is stops exclusively. If 0 - page range spreads until end of the document
|
![]() | IsDefault |
Indicates whether this instance represents a default "fully open" page range i.e. it represents all pages of a document (true) or not (false)
|
![]() | StartNumber |
Inclusive start page number, from which this page range starts. If 1 - page range starts from the first page of a document
|
Name | Description | |
---|---|---|
![]() | Equals |
Detects whether this instance of PageRange is equal to specified
|
![]() ![]() | FromBeginningWithCount |
Creates a page range, that starts from the first page and has specified amount of pages
|
![]() ![]() | FromStartPageTillEnd |
Creates a page range, that starts from the specified page number and continues till the end of the document
|
![]() ![]() | FromStartPageTillEndPage |
Creates a page range, that starts from the specified page number (inclusively) and continues until the specified page number (exclusively)
|
![]() ![]() | FromStartPageWithCount |
Creates a page range, that starts from the specified page number and has specified amount of pages, or unlimited page count (till the end)
|
Name | Description | |
---|---|---|
![]() ![]() | AllPages |
Represents all existing pages of a document. Default value.
|