op.document.removeBackground

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:op.document.removeBackground}}
 
{{#customTitle:op.document.removeBackground}}
 
{{#parentPage:PXV:Operations|op.document.removeBackground|operation}}
 
{{#parentPage:PXV:Operations|op.document.removeBackground|operation}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
 
== Overview ==
 
== Overview ==
The operation overview...
+
The operation allows to remove any existing background from the document.
  
 
== Parameters ==
 
== Parameters ==
Line 16: Line 15:
 
| class="op_param_name" | Input
 
| class="op_param_name" | Input
 
| style="text-align:center" | Array
 
| style="text-align:center" | Array
| Array of <code>IUnknown</code>-based objects.
+
| <code>IUnknown</code>-based object containing the [[PXV:IPXC_Document|IPXC_Document]] which the background will be removed from.
 
|-
 
|-
 
| class="op_param_name" | Output
 
| class="op_param_name" | Output
 
| style="text-align:center;" | Array
 
| style="text-align:center;" | Array
| Array of <code>IUnknown</code>-based objects.
+
| <code>IUnknown</code>-based object containing the [[PXV:IPXC_Document|IPXC_Document]] with removed background. Not yet implemented.
 
|}
 
|}

Revision as of 05:32, 28 May 2015


Overview

The operation allows to remove any existing background from the document.

Parameters

Name Type Description
Input Array IUnknown-based object containing the IPXC_Document which the background will be removed from.
Output Array IUnknown-based object containing the IPXC_Document with removed background. Not yet implemented.