PagesRange

From PDF XChange PDF SDK
Jump to: navigation, search
(Options Table)
(See Also)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
{{#customTitle:PagesRange}}
 
{{#customTitle:PagesRange}}
 
{{#parentPage:PXV:Params_CommonStructures|PagesRange|structure}}
 
{{#parentPage:PXV:Params_CommonStructures|PagesRange|structure}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
Line 59: Line 59:
 
| class="op_param_name" | Current
 
| class="op_param_name" | Current
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies the current page. This property is used with <tt>'''9''' (CurrentRect)</tt> type.
+
| Specifies the current page. This property is used with <tt>'''8''' (Current)</tt> type.
 
Default value: <tt>'''0'''</tt>
 
Default value: <tt>'''0'''</tt>
 
|-
 
|-
Line 68: Line 68:
  
 
== See Also ==
 
== See Also ==
[[PXV:op_annots_delete]], [[PXV:op_annots_flatten]], [[PXV:op_document_addBackground]], [[PXV:op_document_addBatesNumbering]], [[PXV:op_document_addGuides]], [[PXV:op_document_addHeaderAndFooter]], [[PXV:op_document_addWatermarks]], [[PXV:op_document_changePagesProps]], [[PXV:op_document_cropPages]], [[PXV:op_document_deletePages]], [[PXV:op_document_exportToImages]], [[PXV:op_document_extractPages]], [[PXV:op_document_insertPages]], [[PXV:op_document_movePages]], [[PXV:op_document_printPages]], [[PXV:op_document_replacePages]], [[PXV:op_document_resizePages]], [[PXV:op_document_rotatePages]], [[PXV:op_document_summarizeAnnots]], [[PXV:op_document_updateBackground]], [[PXV:op_OCRPages]]
+
[[PXV:op_annots_delete]], [[PXV:op_annots_flatten]], [[PXV:op_document_addBackground]], [[PXV:op_document_addBatesNumbering]], [[PXV:op_document_addGuides]], [[PXV:op_document_addHeaderAndFooter]], [[PXV:op_document_addWatermarks]], [[PXV:op_document_changePagesProps]], [[PXV:op_document_cropPages]], [[PXV:op_document_deletePages]], [[PXV:op_document_exportToImages]], [[PXV:op_document_extractPages]], [[PXV:op_document_insertPages]], [[PXV:op_document_movePages]], [[PXV:op_document_printPages]], [[PXV:op_document_replacePages]], [[PXV:op_document_resizePages]], [[PXV:op_document_rotatePages]], [[PXV:op_document_summarizeAnnots]], [[PXV:op_document_updateBackground]]

Latest revision as of 06:59, 14 April 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 6 (Exact) type.

Default value: Empty String

Reversed Boolean Specifies whether the range should be read from it's end to the beginning or not.

Default value: false

Array Array Array of Integer

Specifies the array of values that will be used as a Pages Range. This property is used with 7 (Array) type.

Custom Integer Specifies the custom page. This property is used with 10 (CustomRect) type.

Default value: -1

CustomRect Dictionary Specifies the custom rectangle. This property is used with 10 (CustomRect) type.
Current Integer Specifies the current page. This property is used with 8 (Current) type.

Default value: 0

CurrentRect Dictionary Specifies the current rectangle. This property is used with 9 (CurrentRect) type.

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