op.pdfNamedDests.delete
From PDF XChange PDF SDK
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 that should contain the [[PXV:IPXC_Document|IPXC_Document]] | + | | Array of <code>IUnknown</code>-based objects that should contain the [[PXV:IPXC_Document|IPXC_Document]] which the named destinations would be deleted from. Note that only the first element from the array will be evaluated. |
|- | |- | ||
| 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 containing the [[PXV:IPXC_Document|IPXC_Document]] | + | | Array of <code>IUnknown</code>-based objects containing the [[PXV:IPXC_Document|IPXC_Document]] which the named destinations were deleted from. |
|- | |- | ||
| class="op_param_name" | [[PXV:op_pdfNamedDests_delete_Options|Options]] | | class="op_param_name" | [[PXV:op_pdfNamedDests_delete_Options|Options]] |
Revision as of 06:46, 29 May 2015
Overview
The operation allows to remove named destinations from the document.
Parameters
Name | Type | Description |
---|---|---|
Input | Array | Array of IUnknown -based objects that should contain the IPXC_Document which the named destinations would be deleted from. Note that only the first element from the array will be evaluated.
|
Output | Array | Array of IUnknown -based objects containing the IPXC_Document which the named destinations were deleted from.
|
Options | Dictionary | Dictionary with options of the operation. |