PdfMergeSaveAsync Method
Asynchronously merges the PDFs and saves the result to a memory buffer
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.0.0
public Task<byte[]> SaveAsync(
CancellationToken ct = default
)
- ct CancellationToken (Optional)
-
A cancellation token that can be used to cancel the asynchronous operation. When cancellation
is requested the task returned by this method will complete by throwing
OperationCanceledException as soon as possible.
TaskByteByte array containing the merged PDF data