Click or drag to resize

IDocumentAligner.IntermediateResultFound 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
event EventHandler<IntermediateResultFoundEventArgs> IntermediateResultFound

Value

Type: System.EventHandler<IntermediateResultFoundEventArgs>
See Also