ExcelToPdfConverterPdfConverterConcurrencyLevel Property
This static parameter gives the maximum number of threads in the current .NET application domain that can convert Excel to PDF simultaneously.
This parameter must be set before the first conversion performed in the current application domain.
When this property is set with a negative value or zero the concurrency level is maximum. The default value is 4.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public static int PdfConverterConcurrencyLevel { get; set; }
Public Shared Property PdfConverterConcurrencyLevel As Integer
Get
Set
public:
static property int PdfConverterConcurrencyLevel {
int get ();
void set (int value);
}
static member PdfConverterConcurrencyLevel : int with get, set
Property Value
Int32