HtmlToPdfElementLoadHtmlConcurrencyLevel 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.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public static int LoadHtmlConcurrencyLevel { get; set; }
Public Shared Property LoadHtmlConcurrencyLevel As Integer
Get
Set
Property Value
Type:
Int32See Also