HtmlToImageConverterWriteHtmlToFileBeforeConvert Property
When true, the HTML string is first written to a temporary file before conversion.
When false, the HTML string is passed directly to the converter without file system involvement.
The default value is false
Namespace: EvoPdf.NextAssembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
public bool WriteHtmlToFileBeforeConvert { get; set; }
Property Value
Boolean