ExpertPdf PDF Creator Library
PdfConverterConcurrencyLevel Property
NamespacesExpertPdf.PdfCreatorHtmlToImageElementPdfConverterConcurrencyLevel
ExpertPdf PDF Creator Library
This static parameter gives the maximum number of threads in the current process that can convert HTML to PDF simultaneously. This parameter must be set before the first conversion performed in the current process. When this property is set with a negative value or zero the concurrency level is maximum. The default value is 8.
Declaration Syntax
C#Visual BasicVisual C++
public static int PdfConverterConcurrencyLevel { get; set; }
Public Shared Property PdfConverterConcurrencyLevel As Integer
public:
static property int PdfConverterConcurrencyLevel {
	int get ();
	void set (int value);
}

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.2.0.0 (5.2.0.0)