Options
From PDF XChange PDF SDK
Line 31: | Line 31: | ||
| class="op_param_name" | StartPage | | class="op_param_name" | StartPage | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies the start page of the new range | + | | 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 the style of the range | + | | 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 43: | Line 43: | ||
| class="op_param_name" | StartNum | | class="op_param_name" | StartNum | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies the starting page number for the range. | + | | Specifies the starting page number for the new page numeration range. |
Default value: <tt>'''1'''</tt> | Default value: <tt>'''1'''</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 |