RangeTypes
From PDF XChange PDF SDK
RangeTypes
Specifies the types and filters of Pages Range.
Name | Value | Description |
---|---|---|
Auto | -1 | Used for automatic range type detection. |
None | 0 | No type is used - means invalid range. |
All | 1 | All pages if used as Range Type and Filter. |
First | 2 | Gets first page from the document. |
Last | 3 | Gets last page from the document. |
Odd | 4 | Odd pages if used as Range Type and odd pages from the Pages Range if used as Filter. |
Even | 5 | Even pages if used as Range Type and even pages from the Pages Range if used as Filter. |
Exactly | 6 | Will use the Text dictionary data from the Pages Range. |
Exact | ||
Selected | 7 | Will use the data stored in the Array dictionary from the Pages Range. |
Array | ||
Current | 8 | Will use the Current dictionary data from the Pages Range. |
CurrentView | 9 | Will use the CurrentRect dictionary data from the Pages Range. |
CurrentRect | ||
CustomRect | 10 | Will use the CustomRect dictionary data from the Pages Range. |