op.document.redact
From PDF XChange PDF SDK
Line 5: | Line 5: | ||
== Overview == | == Overview == | ||
− | + | 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. |
− | + | ||
|- | |- | ||
| 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 01: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. |