op.document.redact

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
  
 
== Overview ==
 
== Overview ==
Redaction Operation permanently remove text and graphics, marked by Redaction Annots, from a document content.  
+
This operation allows to permanently remove text and graphics, marked by Redaction annotations, from the document's 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" | Array
| Array of <code>IUnknown</code>-based objects.
+
| Array of <code>IUnknown</code>-based objects containing the [[PXV:IPXC_Annotation|Redaction Annotation]] items that will be used to apply redaction.  
This array consist of IUnknown pointers to [[PXV:IPXC_Annotation|IPXC_Annotation]] which contain the Redaction Annotation.  
+
 
|-
 
|-
 
| 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.
+
| Array of <code>IUnknown</code>-based objects. Not used.
 
|-
 
|-
 
| class="op_param_name" | [[PXV:op_document_redact_Options|Options]]
 
| class="op_param_name" | [[PXV:op_document_redact_Options|Options]]

Revision as of 02:32, 19 April 2016


Overview

This operation allows to permanently remove text and graphics, marked by Redaction annotations, from the document's content.

Parameters

Name Type Description
Input Array Array of IUnknown-based objects containing the Redaction Annotation items that will be used to apply redaction.
Output Array Array of IUnknown-based objects. Not used.
Options Dictionary Dictionary with options of the operation.