Click or drag to resize

AsyncJobClientgetResult Method

Get result of the asynchronous job.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public byte[] getResult()

Return Value

Type: Byte
Byte array containing the resulted file if the job is finished. Returns Null if the job is still running. Throws an exception if an error occurred.
See Also