| PdfMergeClientsetTimeout Method  | 
 
            Set the maximum amount of time (in seconds) for this job. 
            
 
    Namespace: 
   SelectPdf.Api
    Assembly:
   SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
 Syntax
Syntaxpublic PdfMergeClient setTimeout(
	int timeout
)
Public Function setTimeout ( 
	timeout As Integer
) As PdfMergeClient
Parameters
- timeout
- Type: SystemInt32
 Timeout in seconds.
Return Value
Type: 
PdfMergeClientReference to the current object.
 Remarks
Remarks
            The default value is 30 seconds. Use a larger value (up to 120 seconds allowed) for large documents.
            
 See Also
See Also