Combines documents by appending them divided by a new section, paragraph or nothing.
public async Task<byte[]> Append(TXTextControl.DocumentServices.DocumentProcessing.AppendBody appendBody, TXTextControl.DocumentServices.DocumentProcessing.ReturnFormat returnFormat)Public Async Function Append(ByVal appendBody As TXTextControl.DocumentServices.DocumentProcessing.AppendBody, ByVal returnFormat As TXTextControl.DocumentServices.DocumentProcessing.ReturnFormat) As Task(Of Byte())public async Task<byte[]> Append(TXTextControl.DocumentServices.DocumentProcessing.AppendBody appendBody)Public Async Function Append(ByVal appendBody As TXTextControl.DocumentServices.DocumentProcessing.AppendBody) As Task(Of Byte())| Parameter | Description |
|---|---|
| append |
The Append |
| return |
Specifies the format of the created document. |