Click or drag to resize

OmrPageProgressEventArgs Properties

The OmrPageProgressEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel
Gets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs.)
Public propertyCurrentPage
The current page being processed, counting from 0.
Public propertyProgress
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.
Public propertyProgressIsValid
True if the progress reported by this event is valid. False if it is not.
Public propertyStage
The current stage in OMR page-wide processing.
Public propertyTotalPages
The total number of pages being processed. This will be null if the ImageSource provided does not report the total number of pages.
Top
See Also