HtmlToPdfElementRenderOnTimeout 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.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic bool RenderOnTimeout { get; set; }
Public Property RenderOnTimeout As Boolean
Get
Set
Property Value
Type:
Boolean
See Also