Click or drag to resize
Pdf Library for .NET

HtmlToPdfOptionsMaximumConcurrentConversions Property

Maximum number of html to pdf conversions that can be performed simultaneously.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public static int MaximumConcurrentConversions { 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