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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public event EventHandler<OmrPageProgressEventArgs> PageProgress

Value

Type: SystemEventHandlerOmrPageProgressEventArgs

Implements

IOmrEnginePageProgress
See Also