Click or drag to resize

OcrPageProgressEventHandler Delegate

The OcrPageProgressEventHandler delegate defines the event fired during progress on recognition of a document.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public delegate void OcrPageProgressEventHandler(
	Object sender,
	OcrPageProgressEventArgs e
)

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: Atalasoft.OcrOcrPageProgressEventArgs
The arguments for the event.
See Also