|
HtmlToPdfOptionsRenderPageOnTimeout 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.
Namespace:
SelectPdf
Assembly:
Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 24.1
Syntax public bool RenderPageOnTimeout { get; set; }
Public Property RenderPageOnTimeout As Boolean
Get
Set
Property Value
Type:
BooleanSee Also