OmrDocumentProgressEventArgs Properties |
The OmrDocumentProgressEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) | |
| CurrentPage | The current page being processed, counting from 0. | |
| Progress | A number between 0 and 100 which represents the progress done in document processing. This will be null
if the ImageSource provided does not report the total number of pages. | |
| ProgressIsValid | True if the progress reported by this event is valid. False if it is not. | |
| Stage | The current stage in OMR document-wide processing. | |
| TotalPages | The total number of pages being processed. This will be null if the ImageSource provided does not report
the total number of pages. |