GlobalSettingsHtmlRendererMode Property
Selects how the HTML renderer process is managed for the HTML conversions of the application, including
the conversions of the HTML templates used for headers and footers. The value can be changed at any time;
each conversion uses the value read at its start.
The default value is
PersistentProcess. Use
ProcessPerConversion
when no process may stay resident between conversions or when each conversion must run in its own process.
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.75.0
public static HtmlRendererMode HtmlRendererMode { get; set; }
Property Value
HtmlRendererMode