Click or drag to resize

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
Syntax
C#
void DeleteJob(
	string jobID
)

Parameters

jobID
Type: SystemString
The unique ID of the job to delete.
See Also