Click or drag to resize

PdfConverterLoadHtmlConcurrencyLevel Property

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.

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public static int LoadHtmlConcurrencyLevel { get; set; }

Property Value

Type: Int32
See Also