Click or drag to resize

OcrPageLocationEventHandler Delegate

The OcrPageLocationEventHandler delegate defines the event fired during region location of a page.

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 OcrPageLocationEventHandler(
	Object sender,
	OcrPageLocationEventArgs e
)

Parameters

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