XHtmlOptions Timeout Property. The maximum amount of time allowed for obtaining a page (ms). ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Value Read Only Description
[C#] int

[Visual Basic]
Integer
15,500 No The maximum amount of time allowed for obtaining a page (ms).

 

   

Notes
 

HTML rendering can take some time.

If the time taken exceeds the Timeout then the page is assumed to be unavailable. Depending on the RetryCount settings the page may be re-requested or an error may be returned.

This value is measured in milliseconds.

 

   

Example
 

See the RetryCount property.