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 Task<byte[][]> Merge(TXTextControl.DocumentServices.DocumentProcessing.MergeBody mergeBody, TXTextControl.DocumentServices.DocumentProcessing.ReturnFormat returnFormat);
public async Task<byte[][]> Merge(TXTextControl.DocumentServices.DocumentProcessing.MergeBody mergeBody);
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. |