Click or drag to resize

OmrEngineDocumentProgress Event

This event is fired at each stage of document processing. It is used for progress and allows the processing to be canceled. This event is only invoked when RecognizeDocument is called with an ImageSource and a OmrTemplateDocument.

Namespace:  Atalasoft.FormsProcessing.Omr
Assembly:  Atalasoft.dotImage.FormsProcessing (in Atalasoft.dotImage.FormsProcessing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public event EventHandler<OmrDocumentProgressEventArgs> DocumentProgress

Value

Type: SystemEventHandlerOmrDocumentProgressEventArgs

Implements

IOmrEngineDocumentProgress
See Also