Click or drag to resize

OcrDocumentProgressEventArgs Constructor (OcrDocumentStage, Boolean, Int32)

Constructs a new OcrDocumentProgressEventArgs.
Constructs a new OcrDocumentProgressEventArgs 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 OcrDocumentProgressEventArgs(
	OcrDocumentStage stage,
	bool progressIsValid,
	int progress
)

Parameters

stage
Type: Atalasoft.OcrOcrDocumentStage
The OCR Document Stage
progressIsValid
Type: SystemBoolean
The OCR Document Stage
progress
Type: SystemInt32
The percent progress

Return Value

Type: 
A new OcrDocumentProgressEventArgs object.
See Also