Options

From PDF XChange PDF SDK
Jump to: navigation, search
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...
+
| Specifies the start page of the new 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 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...
+
| Specifies the starting page number for the 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>
 
|}
 
|}

Revision as of 06:58, 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 range

Default value: 0

Style Integer Specifies the style of the range

The list of possible values are shown in the table.

Default value: 1 (Decimal)

StartNum Integer Specifies the starting page number for the 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