  | 
HtmlToPdfOptionsMaximumConcurrentConversions Property  | 
 
            Maximum number of html to pdf conversions that can be performed simultaneously.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntaxpublic static int MaximumConcurrentConversions { get; set; }Public Shared Property MaximumConcurrentConversions As Integer
	Get
	Set
Property Value
Type: 
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