Combines documents by appending them divided by a new section, paragraph or nothing.

Append(TXTextControl.DocumentServices.DocumentProcessing.AppendBody, TXTextControl.DocumentServices.DocumentProcessing.ReturnFormat)

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())

Append(TXTextControl.DocumentServices.DocumentProcessing.AppendBody)

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())

Parameters

Parameter Description
appendBody The AppendBody object contains the templates and document settings.
returnFormat Specifies the format of the created document.