OcrEngineOnPageProgress Method |
Fire the page progress event.
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 virtual void OnPageProgress(
OcrPageProgressEventArgs e
)
Protected Overridable Sub OnPageProgress (
e As OcrPageProgressEventArgs
)
Parameters
- e
- Type: Atalasoft.OcrOcrPageProgressEventArgs
OcrPageProgressEventArgs represents information about progress within OCR processing on a page..
See Also