RangeTypes

From PDF XChange PDF SDK
Jump to: navigation, search
(RangeTypes)
(Label ToWrite removed)
 
Line 2: Line 2:
 
{{#customTitle:RangeTypes}}
 
{{#customTitle:RangeTypes}}
 
{{#parentPage:PXV:Params_NamedValues|RangeTypes|enum}}
 
{{#parentPage:PXV:Params_NamedValues|RangeTypes|enum}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  

Latest revision as of 03:17, 11 January 2016


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 Pages 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.

See Also

PagesRange