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

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
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