The maximum time in seconds to wait for HTML document to be loaded. The default value is 120 seconds.
An exception is thrown if the HTML document cannot be loaded in HtmlLoadedTimeout seconds
Namespace: HiQPdfAssembly: HiQPdf (in HiQPdf.dll) Version: 6.0.0.0
Syntax
| C# |
|---|
public int HtmlLoadedTimeout { get; set; } |
| Visual Basic |
|---|
Public Property HtmlLoadedTimeout As Integer Get Set |
| Visual C++ |
|---|
public: property int HtmlLoadedTimeout { int get (); void set (int value); } |