Options
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{#customTitle:Options}} | {{#customTitle:Options}} | ||
{{#parentPage:PXV:op_document_pageNumbering|Options|property}} | {{#parentPage:PXV:op_document_pageNumbering|Options|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
Line 15: | Line 14: | ||
| style="text-align:center" | Array | | style="text-align:center" | Array | ||
| Array of <tt>'''[[#PDFRangeItems|Dictionary]]'''</tt> | | Array of <tt>'''[[#PDFRangeItems|Dictionary]]'''</tt> | ||
− | Specifies | + | Specifies to an array of elements that describe page numeration ranges |
|- | |- | ||
| class="op_param_name" | ForceLoadFromOptions | | class="op_param_name" | ForceLoadFromOptions | ||
| style="text-align:center" | Boolean | | style="text-align:center" | Boolean | ||
− | | | + | | If '''true''', the document numbering ranges are ignored and replacing from <tt>'''[[#PDFRangeItems|PDFRangeItems]]'''</tt>. |
Default value: <tt>'''false'''</tt> | Default value: <tt>'''false'''</tt> | ||
|} | |} | ||
Line 32: | Line 31: | ||
| class="op_param_name" | StartPage | | class="op_param_name" | StartPage | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies | + | | Specifies the start page of the new page numeration range |
Default value: <tt>'''0'''</tt> | Default value: <tt>'''0'''</tt> | ||
|- | |- | ||
| class="op_param_name" | Style | | class="op_param_name" | Style | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies | + | | Specifies the style of the new page numeration range |
The list of possible values are shown in [[PXV:Params_NamedValues_PageNumberingStyles|the table]]. | The list of possible values are shown in [[PXV:Params_NamedValues_PageNumberingStyles|the table]]. | ||
Line 44: | Line 43: | ||
| class="op_param_name" | StartNum | | class="op_param_name" | StartNum | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies | + | | Specifies the starting page number for the new page numeration range. |
Default value: <tt>'''1'''</tt> | Default value: <tt>'''1'''</tt> | ||
|- | |- | ||
| class="op_param_name" | Prefix | | class="op_param_name" | Prefix | ||
| style="text-align:center" | String | | style="text-align:center" | String | ||
− | | Specifies | + | | Specifies the prefix that is placed before the number of values for a range of. |
Default value: <tt>'''Empty String'''</tt> | Default value: <tt>'''Empty String'''</tt> | ||
|} | |} |
Latest revision as of 06:06, 29 May 2015
Options Table
Name | Type | Value |
---|---|---|
PDFRangeItems | Array | Array of Dictionary
Specifies to an array of elements that describe page numeration ranges |
ForceLoadFromOptions | Boolean | If true, the document numbering ranges are ignored and replacing from PDFRangeItems.
Default value: false |
PDFRangeItems Table
Name | Type | Value |
---|---|---|
StartPage | Integer | Specifies the start page of the new page numeration range
Default value: 0 |
Style | Integer | Specifies the style of the new page numeration range
The list of possible values are shown in the table. Default value: 1 (Decimal) |
StartNum | Integer | Specifies the starting page number for the new page numeration range.
Default value: 1 |
Prefix | String | Specifies the prefix that is placed before the number of values for a range of.
Default value: Empty String |