op.replaceContent

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 6: Line 6:
  
 
== Overview ==
 
== Overview ==
The operation overview...
+
The operation allows you to replace a part of an active PDF document with a part of already opened [[PXV:IPXC_Content|IPXC_Content]].
  
 
== Parameters ==
 
== Parameters ==
Line 15: Line 15:
 
|-
 
|-
 
| class="op_param_name" | Input
 
| class="op_param_name" | Input
| style="text-align:center" | Array
+
| style="text-align:center" | IUnknown
| Array of <code>IUnknown</code>-based objects.
+
| <code>IUnknown</code>-based object containing the [[PXV:IPXC_Document|IPXC_Document]] that will have it's pages changed.
 
|-
 
|-
 
| class="op_param_name" | Output
 
| class="op_param_name" | Output
| style="text-align:center;" | Array
+
| style="text-align:center;" | IUnknown
| Array of <code>IUnknown</code>-based objects.
+
| <code>IUnknown</code>-based object containing the [[PXV:IPXC_Document|IPXC_Document]] that had it's pages changed.
 
|-
 
|-
 
| class="op_param_name" | [[PXV:op_replaceContent_Options|Options]]
 
| class="op_param_name" | [[PXV:op_replaceContent_Options|Options]]

Revision as of 06:46, 1 March 2016


Overview

The operation allows you to replace a part of an active PDF document with a part of already opened IPXC_Content.

Parameters

Name Type Description
Input IUnknown IUnknown-based object containing the IPXC_Document that will have it's pages changed.
Output IUnknown IUnknown-based object containing the IPXC_Document that had it's pages changed.
Options Dictionary Dictionary with options of the operation.