|
PdfHtmlSectionMaxConversionTime Property
|
Timeout in seconds for the print phase. Applies to the Chromium rendering engine only.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic int MaxConversionTime { get; set; }Public Property MaxConversionTime As Integer
Get
Set
Property Value
Int32
RemarksDefault value is 60 seconds. For Chromium, total worst-case conversion time
is MaxPageLoadTime + MaxConversionTime + 30 seconds. Ignored by the Blink engine.
See Also