| TesseractOcrProgressEventArgsCancel Property |
Provides a way to cancel the Ocr job at any time
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax public bool Cancel { get; set; }
Public Property Cancel As Boolean
Get
Set
public:
virtual property bool Cancel {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanRemarks
Set this Cancel property to True to interrupt the execution of the Ocr job.
See Also