Click or drag to resize
Pdf Library for .NET

PdfHtmlSectionMaxConversionTime Property

Timeout in seconds for the print phase. Applies to the Chromium rendering engine only.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public int MaxConversionTime { get; set; }

Property Value

Int32
Remarks
Default value is 60 seconds. For Chromium, total worst-case conversion time is MaxPageLoadTime + MaxConversionTime + 30 seconds. Ignored by the Blink engine.
See Also