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. |
3/26/2024 1:49:49 PM