Winnovative Excel to PDF Converter

ExcelToPdfConverterPdfConverterConcurrencyLevel Property

Winnovative Excel to PDF Converter Documentation
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.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

public static int PdfConverterConcurrencyLevel { get; set; }

Property Value

Type: Int32
See Also

Reference