GlobalSettingsStopPersistentRendererAsync Method
Stops the persistent HTML renderer process if it is running, without blocking the calling thread while the
conversions in progress finish. See
StopPersistentRenderer.
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.75.0
public static Task StopPersistentRendererAsync(
CancellationToken ct = default
)
- ct CancellationToken (Optional)
- A token that cancels the wait for the process to stop.
TaskA task that completes when the process has stopped.