Click or drag to resize
TesseractOcrAutoOrientationDetectedEventHandler Delegate
Represents the method that will handle the AutoOrientationDetected Event

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 delegate void TesseractOcrAutoOrientationDetectedEventHandler(
	TesseractOcrEngine sender,
	TesseractOcrAutoOrientationDetectedEventArgs e
)

Parameters

sender
Type: DevScope.Ocr.Tesseract.WindowsTesseractOcrEngine
The sender.
e
Type: DevScope.Ocr.Tesseract.WindowsTesseractOcrAutoOrientationDetectedEventArgs
Holds data related to the AutoOrientationDetected Event.
See Also