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.

C# | Visual Basic | Visual 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); }

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