|
HtmlToPdfOptionsMaximumConcurrentConversions Property
|
Maximum number of html to pdf conversions that can be performed simultaneously.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic static int MaximumConcurrentConversions { get; set; }Public Shared Property MaximumConcurrentConversions As Integer
Get
Set
Property Value
Int32
Remarks
This parameter must be set before the first conversion performed by the application.
When this property is set with a negative value or zero, the concurrency level is maximum. The default value is 4.
If the maximum number is reached and more conversion requests arrive, they will wait in a queue for an available spot.
See Also