Click or drag to resize

PdfConverterRenderOnTimeout Property

A flag indicating if the page is rendered even if a navigation timeout occurs. The default value is false and a navigation timeout exception is raised. Note: This is used only by the WebKit rendering engine.

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public bool RenderOnTimeout { get; set; }

Property Value

Type: Boolean
See Also