Click or drag to resize

OcrDocumentProgressEventArgs Properties

The OcrDocumentProgressEventArgs 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 propertyDocument
Gets the OcrDocument associated with this progress event.
Public propertyProgress
The property represents the total document progress as a percent value.
Public propertyProgressIsValid
This property indicates if the Progress property is valid or not.
Public propertyStage
This property represents the current stage of document processing.
Top
See Also