PdfEditorSaveAsync Method
Asynchronously saves the edited PDF to a memory buffer and releases all resources
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.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 edited PDF data