 |
PdfHtmlElementBlinkMaxThreadPoolWorkers Property |
Upper bound for the auto-tuned Blink ThreadPool worker floor (prevents browser-launch
starvation under concurrency). 0 disables 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