JobResultOptions (Web Services API)
JobResultOptions enumeration constants are used to set up the behavior of the GetJobResultEx method.
enum JobResultOptions {
DoNotDeleteJob,
DoNotSendFiles,
DoNotGetPagesData
};
Elements
| Name | Description |
| DoNotDeleteJob | Do not delete the job and the files from the server. Important! When using this flag, call the DeleteJob method after getting the job results for optimum performance. |
| DoNotSendFiles | Do not send the file contents. |
| DoNotGetPagesData | Do not send information about the pages in the document. For multi-page files, this will significantly reduce the query execution time. |
26.03.2024 13:49:49
Important! When using this flag, call the