Click or drag to resize

HtmlToPdfElementSerializeLoadHtml Property

This static flag indicates if the download and execution of the HTML code is serialized when the converter is called simultaneously from multiple threads of an application. This parameter must be set before the first conversion performed in the current process. Default value is false.

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public static bool SerializeLoadHtml { get; set; }

Property Value

Type: Boolean
See Also