CloudmersiveConvertClient.MergeDocumentDocxMultiAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Merge Multple Word DOCX Together
public virtual System.Threading.Tasks.Task<byte[]> MergeDocumentDocxMultiAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member MergeDocumentDocxMultiAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
override this.MergeDocumentDocxMultiAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Public Overridable Function MergeDocumentDocxMultiAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Byte())
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Merge Multple Word DOCX Together response.
Remarks
Combine multiple Office Word Documents (docx) into one single Office Word document