PdfEditorSaveToFileAsync Method
Asynchronously saves the edited PDF to a file and releases all resources
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.0.0
public Task SaveToFileAsync(
string filePath,
CancellationToken ct = default
)
- filePath String
- Path to save the edited PDF
- 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.
Task
A task that represents the asynchronous operation