| TesseractOcrEngineAutoOrientationDetected Event |
Raised after the Automatic detection of the document orientation.
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax public event TesseractOcrAutoOrientationDetectedEventHandler AutoOrientationDetected
Public Event AutoOrientationDetected As TesseractOcrAutoOrientationDetectedEventHandler
public:
virtual event TesseractOcrAutoOrientationDetectedEventHandler^ AutoOrientationDetected {
void add (TesseractOcrAutoOrientationDetectedEventHandler^ value);
void remove (TesseractOcrAutoOrientationDetectedEventHandler^ value);
}
Value
Type:
DevScope.Ocr.Tesseract.WindowsPhoneTesseractOcrAutoOrientationDetectedEventHandlerSee Also