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.

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.75.0
C#
public static HtmlRendererMode HtmlRendererMode { get; set; }

Property Value

HtmlRendererMode

See Also