Table of Contents
MaxLoadWaitTime Property

Specifies the maximum wait time in milliseconds to load a page.

Syntax
 public Int32 MaxLoadWaitTime { get; set; }
Remarks

Before the HTML page can be rendered, it must be loaded. This can take some time, especially if the page is being loaded from a remote server. This parameter controls the number of milliseconds the converter waits before it proceed to render the page anyway.

The default value is 0, which instructs the converter to automatically use an appropriate value.

See Also