Merges a given template document with merge data.

Merge(TXTextControl.DocumentServices.DocumentProcessing.MergeBody, TXTextControl.DocumentServices.DocumentProcessing.ReturnFormat, Bool)

public async Task<byte[][]> Merge(TXTextControl.DocumentServices.DocumentProcessing.MergeBody mergeBody, TXTextControl.DocumentServices.DocumentProcessing.ReturnFormat returnFormat, bool append);
Public Async Function Merge(ByVal mergeBody As TXTextControl.DocumentServices.DocumentProcessing.MergeBody, ByVal returnFormat As TXTextControl.DocumentServices.DocumentProcessing.ReturnFormat, ByVal append As Boolean) As Task(Of Byte()())

Merge(TXTextControl.DocumentServices.DocumentProcessing.MergeBody, TXTextControl.DocumentServices.DocumentProcessing.ReturnFormat)

public async Task<byte[][]> Merge(TXTextControl.DocumentServices.DocumentProcessing.MergeBody mergeBody, TXTextControl.DocumentServices.DocumentProcessing.ReturnFormat returnFormat);
Public Async Function Merge(ByVal mergeBody As TXTextControl.DocumentServices.DocumentProcessing.MergeBody, ByVal returnFormat As TXTextControl.DocumentServices.DocumentProcessing.ReturnFormat) As Task(Of Byte()())

Merge(TXTextControl.DocumentServices.DocumentProcessing.MergeBody)

public async Task<byte[][]> Merge(TXTextControl.DocumentServices.DocumentProcessing.MergeBody mergeBody);
Public Async Function Merge(ByVal mergeBody As TXTextControl.DocumentServices.DocumentProcessing.MergeBody) As Task(Of Byte()())

Parameters

Parameter Description
mergeBody The merge information including the hierarchical merge data.
returnFormat The document format of the returned merge results.
append Specifies whether the documents should be appended to one resulting document when more than 1 data row is passed.