op.imagesToDoc

From PDF XChange PDF SDK
Jump to: navigation, search
(Parameters)
 
(11 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
{{#customTitle:op.imagesToDoc}}
 
{{#customTitle:op.imagesToDoc}}
 
{{#parentPage:PXV:Operations|op.imagesToDoc|operation}}
 
{{#parentPage:PXV:Operations|op.imagesToDoc|operation}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
 
== Overview ==
 
== Overview ==
The operation allows to insert images into document (existing one or newly created).
+
The operation allows to insert new pages with images into document (existing one or newly created).
  
 
== 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 images that need to be inserted to the document. [[PXV:IIXC_Image|IIXC_Image]], [[PXV:IAFS_Name|IAFS_Name]], [[PXV:IAFS_File|IAFS_File]], objects or [[PXV:IOpInputItem|IOpInputItem]] with [[PXV:op_imagesToDoc_IOpInputItem_parameters|additional parameters]] can be passed.
 +
 
 
|-
 
|-
 
| class="op_param_name" | Output
 
| class="op_param_name" | Output
| style="text-align:center;" | Array
+
| style="text-align:center;" | IUnknown
| Array of <code>IUnknown</code>-based objects.
+
| <code>IUnknown</code>-based object containing the [[PXV:IPXC_Document|IPXC_Document]] with inserted images.
 
|-
 
|-
 
| class="op_param_name" | [[PXV:op_imagesToDoc_Options|Options]]
 
| class="op_param_name" | [[PXV:op_imagesToDoc_Options|Options]]
Line 26: Line 26:
 
| Dictionary with options of the operation.
 
| Dictionary with options of the operation.
 
|}
 
|}
 +
 +
== See Also ==
 +
:[[PXV:IOpInputItem|IOpInputItem]]
 +
:[[PXV:op_imagesToDoc_IOpInputItem_parameters|imagesToDoc operation's additional parameters for IOpInputItem]]

Latest revision as of 04:54, 14 April 2016


Overview

The operation allows to insert new pages with images into document (existing one or newly created).

Parameters

Name Type Description
Input Array Array of IUnknown-based objects containing the images that need to be inserted to the document. IIXC_Image, IAFS_Name, IAFS_File, objects or IOpInputItem with additional parameters can be passed.
Output IUnknown IUnknown-based object containing the IPXC_Document with inserted images.
Options Dictionary Dictionary with options of the operation.

See Also

IOpInputItem
imagesToDoc operation's additional parameters for IOpInputItem