OcrDocumentProgressEventArgs Constructor (OcrDocumentStage, Boolean, Int32, OcrDocument) |
Constructs a new OcrDocumentProgressEventArgs.
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,
OcrDocument document
)
Public Sub New (
stage As OcrDocumentStage,
progressIsValid As Boolean,
progress As Integer,
document As OcrDocument
)
Parameters
- stage
- Type: Atalasoft.OcrOcrDocumentStage
The OCR Document Stage - progressIsValid
- Type: SystemBoolean
The OCR Document Stage - progress
- Type: SystemInt32
The percent progress - document
- Type: Atalasoft.OcrOcrDocument
The parent OcrDocument.
See Also