Options

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(2 intermediate revisions 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}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Line 14: Line 13:
 
| 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. If this parameter is not specified then the pages will be moved or copied to the input source document.
 
|}
 
|}

Latest revision as of 01: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.