Click or drag to resize

DocumentAlignerIntermediateResultFound Event

This event is fired at the end of each alignment step. Its primary use is to visualize how the alignment algorithm is working for debugging purposes.

Namespace:  Atalasoft.FormsProcessing.Alignment
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<IntermediateResultFoundEventArgs> IntermediateResultFound

Value

Type: SystemEventHandlerIntermediateResultFoundEventArgs

Implements

IDocumentAlignerIntermediateResultFound
See Also