op.pdfNamedDests.insert
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:op.pdfNamedDests.insert}} | {{#customTitle:op.pdfNamedDests.insert}} | ||
{{#parentPage:PXV:Operations|op.pdfNamedDests.insert|operation}} | {{#parentPage:PXV:Operations|op.pdfNamedDests.insert|operation}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
== Overview == | == Overview == | ||
− | The operation | + | The operation allows inserting new named destinations into 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. | + | | Array of <code>IUnknown</code>-based objects that should contain the [[PXV:IPXC_Document|IPXC_Document]] which the named destinations would be inserted into. 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. | + | | Array of <code>IUnknown</code>-based objects containing the [[PXV:IPXC_Document|IPXC_Document]] which the named destinations were inserted into. |
|- | |- | ||
| class="op_param_name" | [[PXV:op_pdfNamedDests_insert_Options|Options]] | | class="op_param_name" | [[PXV:op_pdfNamedDests_insert_Options|Options]] |
Revision as of 06:05, 29 May 2015
Overview
The operation allows inserting new named destinations into 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 inserted into. 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 inserted into.
|
Options | Dictionary | Dictionary with options of the operation. |