PagesRange
(→Options Table) |
(→Options Table) |
||
Line 46: | Line 46: | ||
| style="text-align:center" | Array | | style="text-align:center" | Array | ||
| Array of <tt>'''Integer'''</tt> | | Array of <tt>'''Integer'''</tt> | ||
− | Specifies the array of values that will be used as a Pages Range. This property is used with <tt>''' | + | Specifies the array of values that will be used as a Pages Range. This property is used with <tt>'''7''' (Array)</tt> type. |
|- | |- | ||
| class="op_param_name" | Custom | | class="op_param_name" | Custom | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies. | + | | Specifies the custom page. This property is used with <tt>'''10''' (CustomRect)</tt> type. |
Default value: <tt>'''-1'''</tt> | Default value: <tt>'''-1'''</tt> | ||
|- | |- | ||
| class="op_param_name" | [[PXV:cs_RectF|CustomRect]] | | class="op_param_name" | [[PXV:cs_RectF|CustomRect]] | ||
| style="text-align:center" | Dictionary | | style="text-align:center" | Dictionary | ||
− | | Specifies. | + | | Specifies the custom rectangle. This property is used with <tt>'''10''' (CustomRect)</tt> type. |
|- | |- | ||
| class="op_param_name" | Current | | class="op_param_name" | Current | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies. | + | | Specifies the current page. This property is used with <tt>'''9''' (CurrentRect)</tt> type. |
Default value: <tt>'''0'''</tt> | Default value: <tt>'''0'''</tt> | ||
|- | |- | ||
| class="op_param_name" | [[PXV:cs_RectF|CurrentRect]] | | class="op_param_name" | [[PXV:cs_RectF|CurrentRect]] | ||
| style="text-align:center" | Dictionary | | style="text-align:center" | Dictionary | ||
− | | Specifies. | + | | Specifies the current rectangle. This property is used with <tt>'''9''' (CurrentRect)</tt> type. |
|} | |} | ||
== 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]], [[PXV:op_OCRPages]] |
Revision as of 01:03, 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:
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 9 (CurrentRect) 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, op.OCRPages