 | TesseractOcrJobProgressEventArgsCancel Property |
Provides a way to cancel the Ocr job at any time
Namespace: DevScope.Ocr.Tesseract.WindowsAssembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool Cancel { get; set; }
Public Property Cancel As Boolean
Get
Set
public:
property bool Cancel {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
Set this Cancel property to True to interrupt the execution of the Ocr job.
See Also