OcrPageConstructionEventHandler Delegate |
The OcrPageConstructionEventHandler delegate defines the event that is fired before a page is fully
constructed or has finished being constructed.
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 OcrPageConstructionEventHandler(
Object sender,
OcrPageConstructionEventArgs e
)
Public Delegate Sub OcrPageConstructionEventHandler (
sender As Object,
e As OcrPageConstructionEventArgs
)
Parameters
- sender
- Type: SystemObject
The source of this event. - e
- Type: Atalasoft.OcrOcrPageConstructionEventArgs
The arguments for this event.
See Also