PdfToTextClientsetTimeout 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 PdfToTextClient setTimeout(
int timeout
)
Public Function setTimeout (
timeout As Integer
) As PdfToTextClient
Parameters
- timeout
- Type: SystemInt32
Timeout in seconds.
Return Value
Type:
PdfToTextClientReference 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