op.pdfNamedDests.rename

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
{{#customTitle:op.pdfNamedDests.rename}}
 
{{#customTitle:op.pdfNamedDests.rename}}
 
{{#parentPage:PXV:Operations|op.pdfNamedDests.rename|operation}}
 
{{#parentPage:PXV:Operations|op.pdfNamedDests.rename|operation}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
 
== Overview ==
 
== Overview ==
The operation overview...
+
The operation allows to rename named destinations in the document. Note that the operation will not rename the named destination for another already existing named destination name.
  
 
== 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]] containing the named destination that would be renamed. 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 named destination was renamed.
 
|-
 
|-
 
| class="op_param_name" | [[PXV:op_pdfNamedDests_rename_Options|Options]]
 
| class="op_param_name" | [[PXV:op_pdfNamedDests_rename_Options|Options]]

Latest revision as of 07:23, 29 May 2015


Overview

The operation allows to rename named destinations in the document. Note that the operation will not rename the named destination for another already existing named destination name.

Parameters

Name Type Description
Input Array Array of IUnknown-based objects that should contain the IPXC_Document containing the named destination that would be renamed. Note that only the first element from the array will be evaluated.
Output Array Array of IUnknown-based objects containing the IPXC_Document which named destination was renamed.
Options Dictionary Dictionary with options of the operation.