OcrPageProgressEventArgsProgress Property |
This property represents the total progress made on the current page.
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic int Progress { get; }Public ReadOnly Property Progress As Integer
Get
Property Value
Type:
Int32 An integer from 0 to 100 representing the total progress on this page as an percentage.
See Also