OcrDocumentProgressEventArgsProgressIsValid Property |
This property indicates if the Progress property is valid or not.
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 bool ProgressIsValid { get; }
Public ReadOnly Property ProgressIsValid As Boolean
Get
Property Value
Type:
Boolean True if the Progress property is valid for this document, false otherwise.
Remarks In some cases, it is not possible to know how many pages there will be in a document before processing.
See Also