 | TesseractOcrEngineAutoOrientationDetected Event |
Raised after the Automatic detection of the document orientation.
Namespace: DevScope.Ocr.Tesseract.WindowsAppAssembly: DevScope.Ocr.Tesseract.WindowsApp (in DevScope.Ocr.Tesseract.WindowsApp.dll) Version: 255.255.255.255
Syntaxpublic 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.WindowsAppTesseractOcrAutoOrientationDetectedEventHandler
See Also