Click or drag to resize

OcrPageProgressEventArgs Constructor

Constructs a new OcrPageProgressEventArgs object.

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 OcrPageProgressEventArgs(
	OcrPageStage stage,
	int progress
)

Parameters

stage
Type: Atalasoft.OcrOcrPageStage
The current stage of processing.
progress
Type: SystemInt32
The total progress represented as an integer from 0 to 100.

Return Value

Type: 
A new OcrPageProgressEventArgs object.
See Also