Click or drag to resize
TesseractOcrAutoDeskewCompletedEventHandler Delegate
Represents the method that will handle the AutoDeskewCompleted 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 TesseractOcrAutoDeskewCompletedEventHandler(
	TesseractOcrEngine sender,
	TesseractOcrAutoDeskewCompletedEventArgs e
)

Parameters

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