Click or drag to resize

OmrEnginePageProgress Event

This event is fired at each stage of page processing. It is used for progress and allows the prcoessing to be canceled.

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<OmrPageProgressEventArgs> PageProgress

Value

Type: SystemEventHandlerOmrPageProgressEventArgs

Implements

IOmrEnginePageProgress
See Also