GlobalSettingsStartPersistentRendererAsync Method
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.75.0
public static Task StartPersistentRendererAsync(
string htmlLoaderFilePath = null,
CancellationToken ct = default
)
- htmlLoaderFilePath String (Optional)
- The full path of the HTML renderer executable, or null to use the runtime shipped with the library.
- ct CancellationToken (Optional)
- A token that cancels the wait for the process to start.
TaskA task that completes when the process is started and ready for conversions.