|  | 
| PdfHtmlElementMaxPageLoadTime Property  | 
 
            The web page navigation timeout in seconds. 
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic int MaxPageLoadTime { get; set; }Public Property MaxPageLoadTime As Integer
	Get
	Set
Property Value
Type: 
Int32 Remarks
RemarksDefault value is 60 seconds. This value should be increased if large web pages are loaded.
 See Also
See Also