ExpertPdf Html to Pdf Converter Library
SerializeLoadHtml Property
NamespacesExpertPdf.HtmlToPdfPdfConverterSerializeLoadHtml
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public static bool SerializeLoadHtml { get; set; }
Public Shared Property SerializeLoadHtml As Boolean
	Get
	Set
public:
static property bool SerializeLoadHtml {
	bool get ();
	void set (bool value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)