Click or drag to resize

OcrEngineOnDocumentProgress Method

Fire the DocumentProgress 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 OnDocumentProgress(
	OcrDocumentProgressEventArgs e
)

Parameters

e
Type: Atalasoft.OcrOcrDocumentProgressEventArgs
OcrDocumentProgressEventArgs. The information necessary to track the progress of OCR in a document.

Return Value

Type: 
n/a
Remarks
If it is impossible to determine how many pages are present ahead of time, set progressIsValid to false and progress to 0.
See Also