←Select platform

MergeDocument Method

Summary

Merges the provided array of mergeItems into a single document.

Syntax
C#
VB
C++
Public Function MergeDocument( 
   ByVal mergeItems() As MergeItem, 
   ByVal rasterImageFormat As RasterImageFormat, 
   ByVal documentFormat As DocumentFormat 
) As IList(Of String) 
public:  
   IList<String^>^ MergeDocument( 
      array<MergeItem^>^ mergeItems, 
      RasterImageFormat^ rasterImageFormat, 
      DocumentFormat^ documentFormat 
   ) 

Parameters

mergeItems

Input array of items to be merged.

rasterImageFormat

The desired RasterImageFormat to convert the input to. If a DocumentFormat is desired, must be set to Unknown.

documentFormat

The desired DocumentFormat to convert the input to. If a RasterImageFormat is desired, must be set to User.

Return Value

Returns a List of strings containing the paths to the output documents.

Remarks

This method converts the array of merge items into a single output file which is either a RasterImageFormat or a DocumentFormat. If a DocumentFormat is used, the RasterImageFormat must be set to RasterImageFormat.Unknown. If a RasterImageFormat is desired, the DocumentFormat must be set to DocumentFormat.User.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly