Click or drag to resize

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
public PdfMergeClient setTimeout(
	int timeout
)

Parameters

timeout
Type: SystemInt32
Timeout in seconds.

Return Value

Type: PdfMergeClient
Reference to the current object.
Remarks
The default value is 30 seconds. Use a larger value (up to 120 seconds allowed) for large documents.
See Also