op.attachments.add

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:op.attachments.add}}
 
{{#customTitle:op.attachments.add}}
 
{{#parentPage:PXV:Operations|op.attachments.add|operation}}
 
{{#parentPage:PXV:Operations|op.attachments.add|operation}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
 
== Overview ==
 
== Overview ==
The operation overview...
+
The operation allows to add new file attachment to the specified document. The attachment must be an existing file with valid path.
  
 
== 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 containing the [[PXV:IPXC_Document|IPXC_Document]] to which the attachments should be added.
 
|-
 
|-
 
| 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 newly created [[PXV:IPXC_FileSpec|IPXC_FileSpec]].
 
|-
 
|-
 
| class="op_param_name" | [[PXV:op_attachments_add_Options|Options]]
 
| class="op_param_name" | [[PXV:op_attachments_add_Options|Options]]

Revision as of 02:20, 27 May 2015


Overview

The operation allows to add new file attachment to the specified document. The attachment must be an existing file with valid path.

Parameters

Name Type Description
Input Array Array of IUnknown-based objects containing the IPXC_Document to which the attachments should be added.
Output Array Array of IUnknown-based objects containing the newly created IPXC_FileSpec.
Options Dictionary Dictionary with options of the operation.