Click or drag to resize

OcrDocumentProgressEventArgsProgress Property

The property represents the total document progress as a percent value.

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 int Progress { get; }

Property Value

Type: Int32
An integer from 0 to 100.
Remarks
Progress may not be valid in all cases. If it is impossible how many pages there are to process a priori, then this value will be invalid. Before using this property, check the ProgressIsValid property.
See Also