ExpertPdf Html to Pdf Converter Library
LoadHtmlConcurrencyLevel Property
NamespacesExpertPdf.HtmlToPdfPdfConverterLoadHtmlConcurrencyLevel
ExpertPdf Html to Pdf Converter Library
This static parameter gives the maximum number of threads in the current process that can download and execute HTML documents simultaneously. This parameter must be set before the first conversion performed in the current process. When this parameter is 0 or negative and SerializeLoadHtml is false the concurrency level is the maximum value.
Declaration Syntax
C#Visual BasicVisual C++
public static int LoadHtmlConcurrencyLevel { get; set; }
Public Shared Property LoadHtmlConcurrencyLevel As Integer
	Get
	Set
public:
static property int LoadHtmlConcurrencyLevel {
	int get ();
	void set (int value);
}
Property Value

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