 |
HtmlToPdfOptionsBlinkMaxThreadPoolWorkers Property |
Upper bound for the ThreadPool worker-thread floor that the Blink engine raises to
keep concurrent browser launches from starving (sized to the in-flight conversion
count plus headroom). Set to 0 to disable this auto-tuning.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntaxpublic int BlinkMaxThreadPoolWorkers { get; set; }Public Property BlinkMaxThreadPoolWorkers As Integer
Get
Set
Property Value
Int32
Remarks
Default value is 1000.
Note: This is used only by the Blink rendering engine.
See Also