Options
From PDF XChange PDF SDK
(Automatic page editing by robot) |
(Label ToWrite removed) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{#customTitle:Options}} | {{#customTitle:Options}} | ||
{{#parentPage:PXV:op_document_changePagesProps|Options|property}} | {{#parentPage:PXV:op_document_changePagesProps|Options|property}} | ||
− | + | ||
{{ToReview}} | {{ToReview}} | ||
Line 14: | Line 14: | ||
| class="op_param_name" | [[PXV:cs_PagesRange|PagesRange]] | | class="op_param_name" | [[PXV:cs_PagesRange|PagesRange]] | ||
| style="text-align:center" | Dictionary | | style="text-align:center" | Dictionary | ||
− | | Specifies | + | | Specifies the pages that will have their properties changed. |
|- | |- | ||
| class="op_param_name" | Mask | | class="op_param_name" | Mask | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies. | + | | Specifies the mask of the pages properties that should be changed. Possible values are: |
+ | |||
+ | Rotation - '''1''' | ||
+ | |||
+ | Tab Order - '''2''' | ||
+ | |||
+ | Open Actions - '''4''' | ||
+ | |||
+ | Close Actions - '''8''' | ||
+ | |||
Default value: <tt>'''0'''</tt> | Default value: <tt>'''0'''</tt> | ||
|- | |- | ||
| class="op_param_name" | TabOrder | | class="op_param_name" | TabOrder | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies | + | | Specifies the tab order that shall be used for annotations on the page. |
The list of possible values are shown in [[PXV:Params_NamedValues_PageTabOrderTypes|the table]]. | The list of possible values are shown in [[PXV:Params_NamedValues_PageTabOrderTypes|the table]]. | ||
Line 30: | Line 39: | ||
| class="op_param_name" | Rotation | | class="op_param_name" | Rotation | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies | + | | Specifies the pages rotation value that should be multiple of 90. |
Default value: <tt>'''0'''</tt> | Default value: <tt>'''0'''</tt> | ||
|- | |- | ||
| class="op_param_name" | OpenActions | | class="op_param_name" | OpenActions | ||
| style="text-align:center" | IUnknown | | style="text-align:center" | IUnknown | ||
− | | Specifies | + | | Specifies the [[PXV:IPXC_ActionsList|open actions list]]. |
|- | |- | ||
| class="op_param_name" | CloseActions | | class="op_param_name" | CloseActions | ||
| style="text-align:center" | IUnknown | | style="text-align:center" | IUnknown | ||
− | | Specifies | + | | Specifies the [[PXV:IPXC_ActionsList|close actions list]]. |
|} | |} |
Latest revision as of 08:36, 14 March 2016
Options Table
Name | Type | Value |
---|---|---|
PagesRange | Dictionary | Specifies the pages that will have their properties changed. |
Mask | Integer | Specifies the mask of the pages properties that should be changed. Possible values are:
Rotation - 1 Tab Order - 2 Open Actions - 4 Close Actions - 8 Default value: 0 |
TabOrder | Integer | Specifies the tab order that shall be used for annotations on the page.
The list of possible values are shown in the table. Default value: 0 (Undefined) |
Rotation | Integer | Specifies the pages rotation value that should be multiple of 90.
Default value: 0 |
OpenActions | IUnknown | Specifies the open actions list. |
CloseActions | IUnknown | Specifies the close actions list. |