Click or drag to resize
Pdf Library for .NET

PdfHtmlSectionRenderPageOnTimeout 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.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public bool RenderPageOnTimeout { get; set; }

Property Value

Type: Boolean
See Also