Options
From PDF XChange PDF SDK
(→Options Table) |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{{#customTitle:Options}} | {{#customTitle:Options}} | ||
{{#parentPage:PXV:op_document_movePages|Options|property}} | {{#parentPage:PXV:op_document_movePages|Options|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
Line 28: | Line 27: | ||
| class="op_param_name" | DestDoc | | class="op_param_name" | DestDoc | ||
| style="text-align:center" | IUnknown | | style="text-align:center" | IUnknown | ||
− | | Specifies the destination [[PXV:IPXC_Document|document]] where the pages will be moved or copied. | + | | Specifies the destination [[PXV:IPXC_Document|document]] where the pages will be moved or copied. If this parameter is not specified then the pages will be moved or copied to the input source document. |
|} | |} |
Latest revision as of 00:31, 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. If this parameter is not specified then the pages will be moved or copied to the input source document. |