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.

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.75.0
C#
public static Task StopPersistentRendererAsync(
	CancellationToken ct = default
)

Parameters

ct  CancellationToken  (Optional)
A token that cancels the wait for the process to stop.

Return Value

Task
A task that completes when the process has stopped.

See Also