OmrPageProgressEventArgs Class |
Namespace: Atalasoft.FormsProcessing.Omr
The OmrPageProgressEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| OmrPageProgressEventArgs | Creates a new OmrDocumentProgressEventArgs instance with the following Stage, CurrentPage and TotalPages
values. |
| 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 page-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. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |