HtmlToPdfConverterWriteHtmlToFileBeforeConvert 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

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public bool WriteHtmlToFileBeforeConvert { get; set; }

Property Value

Boolean

See Also