op.document.deletePages
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 6: | Line 6: | ||
== Overview == | == Overview == | ||
− | The operation | + | The operation allows to delete pages. |
== Parameters == | == Parameters == | ||
Line 16: | Line 16: | ||
| 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_Document|IPXC_Document]] which pages will be delete. |
|- | |- | ||
| 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 containing the [[PXV:IPXC_Document|IPXC_Document]] which pages were delete. |
|- | |- | ||
| class="op_param_name" | [[PXV:op_document_deletePages_Options|Options]] | | class="op_param_name" | [[PXV:op_document_deletePages_Options|Options]] |
Revision as of 06:52, 18 December 2015
Overview
The operation allows to delete pages.
Parameters
Name | Type | Description |
---|---|---|
Input | Array | Array of IUnknown -based objects containing the IPXC_Document which pages will be delete.
|
Output | Array | Array of IUnknown -based objects containing the IPXC_Document which pages were delete.
|
Options | Dictionary | Dictionary with options of the operation. |