JobTypeEnum (COM-based API)
JobTypeEnum enumeration constants are used to specify the type of a job.
enum JobTypeEnum {
JT_Normal = 0,
JT_NotForProcess = 1
};
Elements
| Name | Description |
| JT_Normal | Optical character recognition will be performed. |
| JT_NotForProcess | No optical character recognition will be performed. The input file will be copied into the output file. |
3/26/2024 1:49:49 PM