Click or drag to resize
Pdf Library for .NET

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: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntax
public int BlinkMaxThreadPoolWorkers { get; set; }

Property Value

Int32
Remarks
Default value is 1000.

Note: This is used only by the Blink rendering engine.

See Also