Table of Contents
MinLoadWaitTime Property

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

Syntax
 public Int32 MinLoadWaitTime { get; set; }
Remarks

Some web pages dynamically creates content with script. In order to capture an output that is as accurate as how the page would look to the end user, the converter waits for a short period of time before trying to render the PDF output after it has finished loading. This gap gives the page some time to execute its intialization script. Use this parameter to control the number of milliseconds the converter waits before trying to render the page.

The default value is 0, which instructs the converter to automatically use an appropriate value. To minimize the wait time, set this parameter to a very small vlaue (for example, 1 millisecond).

See Also