OcrContainerRegionElementsElementChanged Method |
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 protected void ElementsElementChanged(
Object sender,
OcrPageElementEventArgs e
)
Protected Sub ElementsElementChanged (
sender As Object,
e As OcrPageElementEventArgs
)
Parameters
- sender
- Type: SystemObject
The sender of the event, typically OcrEngine. - e
- Type: Atalasoft.OcrOcrPageElementEventArgs
Parameters that describe the operation.
See Also