RangeTypes

From PDF XChange PDF SDK
Jump to: navigation, search
(Label ToWrite removed)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
{{#customTitle:RangeTypes}}
 
{{#customTitle:RangeTypes}}
 
{{#parentPage:PXV:Params_NamedValues|RangeTypes|enum}}
 
{{#parentPage:PXV:Params_NamedValues|RangeTypes|enum}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
 
== RangeTypes ==
 
== RangeTypes ==
Specifies the types and filters of Pages Range.
+
Specifies the types and filters of [[PXV:cs_PagesRange|Pages Range]].
  
 
{| class="wikitable namedvalues"
 
{| class="wikitable namedvalues"
Line 13: Line 13:
 
! style="width:150pt;" | Description
 
! style="width:150pt;" | Description
 
|-
 
|-
| class="op_param_name" | Auto || class="op_param_name" | -1 || Used for automatic range type detection.
+
| class="op_param_name" | Auto || class="op_param_name" | -1 || Used for automatic Range Type detection.
 
|-
 
|-
| class="op_param_name" | None || class="op_param_name" | 0 || No type is used - means invalid range.
+
| class="op_param_name" | None || class="op_param_name" | 0 || No type is used - means invalid [[PXV:cs_PagesRange|Pages Range]].
 
|-
 
|-
 
| class="op_param_name" | All || class="op_param_name" | 1 || All pages if used as Range Type and Filter.
 
| class="op_param_name" | All || class="op_param_name" | 1 || All pages if used as Range Type and Filter.
Line 23: Line 23:
 
| class="op_param_name" | Last || class="op_param_name" | 3 || Gets last page from the document.
 
| class="op_param_name" | Last || class="op_param_name" | 3 || Gets last page from the document.
 
|-
 
|-
| class="op_param_name" | Odd || class="op_param_name" | 4 || Odd pages if used as Range Type and odd pages from the Pages Range if used as Filter.
+
| class="op_param_name" | Odd || class="op_param_name" | 4 || Odd pages if used as Range Type and odd pages from the [[PXV:cs_PagesRange|Pages Range]] if used as Filter.
 
|-
 
|-
| class="op_param_name" | Even || class="op_param_name" | 5 || Even pages if used as Range Type and even pages from the Pages Range if used as Filter.
+
| class="op_param_name" | Even || class="op_param_name" | 5 || Even pages if used as Range Type and even pages from the [[PXV:cs_PagesRange|Pages Range]] if used as Filter.
 
|-
 
|-
 
| class="op_param_name" | Exactly
 
| class="op_param_name" | Exactly
 
| rowspan=2 class = "op_param_name" | 6
 
| rowspan=2 class = "op_param_name" | 6
| rowspan=2 | Will use the Text dictionary data from the Pages Range.
+
| rowspan=2 | Will use the Text dictionary data from the [[PXV:cs_PagesRange|Pages Range]].
 
|-
 
|-
 
| class="op_param_name" | Exact
 
| class="op_param_name" | Exact
Line 35: Line 35:
 
| class="op_param_name" | Selected
 
| class="op_param_name" | Selected
 
| rowspan=2 class = "op_param_name" | 7
 
| rowspan=2 class = "op_param_name" | 7
| rowspan=2 | Will use the data stored in the Array dictionary from the Pages Range.
+
| rowspan=2 | Will use the data stored in the Array dictionary from the [[PXV:cs_PagesRange|Pages Range]].
 
|-
 
|-
 
| class="op_param_name" | Array
 
| class="op_param_name" | Array
 
|-
 
|-
| class="op_param_name" | Current || class="op_param_name" | 8 || Will use the Current dictionary data from the Pages Range.
+
| class="op_param_name" | Current || class="op_param_name" | 8 || Will use the Current dictionary data from the [[PXV:cs_PagesRange|Pages Range]].
 
|-
 
|-
 
| class="op_param_name" | CurrentView
 
| class="op_param_name" | CurrentView
 
| rowspan=2 class = "op_param_name" | 9
 
| rowspan=2 class = "op_param_name" | 9
| rowspan=2 | Will use the CurrentRect dictionary data from the Pages Range.
+
| rowspan=2 | Will use the CurrentRect dictionary data from the [[PXV:cs_PagesRange|Pages Range]].
 
|-
 
|-
 
| class="op_param_name" | CurrentRect
 
| class="op_param_name" | CurrentRect
 
|-
 
|-
| class="op_param_name" | CustomRect || class="op_param_name" | 10 || Will use the CustomRect dictionary data from the Pages Range.
+
| class="op_param_name" | CustomRect || class="op_param_name" | 10 || Will use the CustomRect dictionary data from the [[PXV:cs_PagesRange|Pages Range]].
 
|}
 
|}
 +
 
== See Also ==
 
== See Also ==
 
[[PXV:cs_PagesRange]]
 
[[PXV:cs_PagesRange]]

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