CloudmersiveConvertClient.MergeDocumentPptxAsync(CancellationToken) Method

Definition

Merge Two PowerPoint PPTX Together

public virtual System.Threading.Tasks.Task<byte[]> MergeDocumentPptxAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member MergeDocumentPptxAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
override this.MergeDocumentPptxAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Public Overridable Function MergeDocumentPptxAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Byte())

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

Task<Byte[]>

The Merge Two PowerPoint PPTX Together response.

Remarks

Combine two Office PowerPoint presentations (pptx) into one single Office PowerPoint presentation

Applies to