Click or drag to resize
TesseractOcrJobProgressEventArgsCancel Property
Provides a way to cancel the Ocr job at any time

Namespace: DevScope.Ocr.Tesseract.Windows
Assembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool Cancel { get; set; }

Property Value

Type: Boolean
Remarks
Set this Cancel property to True to interrupt the execution of the Ocr job.
See Also