PagesRange

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 14: Line 14:
 
| class="op_param_name" | Type
 
| class="op_param_name" | Type
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies...
+
| Specifies the type of the data that will be used in the Pages Range.
 
The list of possible values are shown in [[PXV:Params_NamedValues_RangeTypes|the table]].
 
The list of possible values are shown in [[PXV:Params_NamedValues_RangeTypes|the table]].
  
Line 21: Line 21:
 
| class="op_param_name" | Filter
 
| class="op_param_name" | Filter
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies...
+
| Specifies the filter that will be applied to the data from the Pages Range type.
 
Possible values are:
 
Possible values are:
 
{| class="op_internal_table"
 
{| class="op_internal_table"
 
|-
 
|-
| class="op_enum_value" | '''1''' (All) || ...
+
| class="op_enum_value" | '''1''' (All) || All pages will be used.
 
|-
 
|-
| class="op_enum_value" | '''4''' (Odd) || ...
+
| class="op_enum_value" | '''4''' (Odd) || Only odd pages will be used.
 
|-
 
|-
| class="op_enum_value" | '''5''' (Even) || ...
+
| class="op_enum_value" | '''5''' (Even) || only even pages will be used.
 
|}
 
|}
 
Default value: <tt>'''1''' (All)</tt>
 
Default value: <tt>'''1''' (All)</tt>
Line 35: Line 35:
 
| class="op_param_name" | Text
 
| class="op_param_name" | Text
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies the text that will be used as range. This property is used with Exact type.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-

Revision as of 01:41, 11 January 2016


Options Table

Name Type Value
Type Integer Specifies the type of the data that will be used in the Pages Range.

The list of possible values are shown in the table.

Default value: -1 (Auto)

Filter Integer Specifies the filter that will be applied to the data from the Pages Range type.

Possible values are:

1 (All) All pages will be used.
4 (Odd) Only odd pages will be used.
5 (Even) only even pages will be used.

Default value: 1 (All)

Text String Specifies the text that will be used as range. This property is used with Exact type.

Default value: Empty String

Reversed Boolean Specifies...

Default value: false

Array Array Array of Integer

Specifies...

Custom Integer Specifies...

Default value: -1

CustomRect Dictionary Specifies...
Current Integer Specifies...

Default value: 0

CurrentRect Dictionary Specifies...

See Also

op.annots.delete, op.annots.flatten, op.document.addBackground, op.document.addBatesNumbering, op.document.addGuides, op.document.addHeaderAndFooter, op.document.addWatermarks, op.document.changePagesProps, op.document.cropPages, op.document.deletePages, op.document.exportToImages, op.document.extractPages, op.document.insertPages, op.document.movePages, op.document.printPages, op.document.replacePages, op.document.resizePages, op.document.rotatePages, op.document.summarizeAnnots, op.document.updateBackground, op.OCRPages