  | IOcrProjectDeleteJob Method  | 
 
            Delete the specified job from the project.
            
 
    Namespace: 
   Opait.Ocr.Api
    Assembly:
   Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntaxvoid DeleteJob(
	string jobID
)
Parameters
- jobID
 - Type: SystemString
The unique ID of the job to delete. 
See Also