Merges a given template document with merge data.
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()())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()())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()())| Parameter | Description |
|---|---|
| merge |
The merge information including the hierarchical merge data. |
| return |
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. |