Options
From PDF XChange PDF SDK
(Automatic page editing by robot) |
(→Options Table) |
||
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 range that will be moved or copied. |
|- | |- | ||
| class="op_param_name" | InsertBefore | | class="op_param_name" | InsertBefore | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies | + | | Specifies the insert position of the moved or copied pages. |
Default value: <tt>'''0'''</tt> | Default value: <tt>'''0'''</tt> | ||
|- | |- | ||
| class="op_param_name" | MakeCopy | | class="op_param_name" | MakeCopy | ||
| style="text-align:center" | Boolean | | style="text-align:center" | Boolean | ||
− | | Specifies | + | | Specifies whether the pages should be moved or copied to the destination. |
Default value: <tt>'''false'''</tt> | Default value: <tt>'''false'''</tt> | ||
|- | |- | ||
| class="op_param_name" | DestDoc | | class="op_param_name" | DestDoc | ||
| style="text-align:center" | IUnknown | | style="text-align:center" | IUnknown | ||
− | | Specifies | + | | Specifies the destination [[PXV:IPXC_Document|document]] where the pages will be moved or copied. |
|} | |} |
Revision as of 00:21, 15 March 2016
Options Table
Name | Type | Value |
---|---|---|
PagesRange | Dictionary | Specifies the pages range that will be moved or copied. |
InsertBefore | Integer | Specifies the insert position of the moved or copied pages.
Default value: 0 |
MakeCopy | Boolean | Specifies whether the pages should be moved or copied to the destination.
Default value: false |
DestDoc | IUnknown | Specifies the destination document where the pages will be moved or copied. |