Reports the progress for specific AutoFormsEngine operations and offers the user an opportunity to cancel.
Syntax
public class AutoFormsProgressEventArgs : EventArgs
Public Class AutoFormsProgressEventArgs
Inherits System.EventArgs
public class AutoFormsProgressEvent
extends leadtools.LeadEvent
public ref class AutoFormsProgressEventArgs : public System.EventArgs
This event is fired when recognizing and processing a form, or when generating form attributes. The Percentage Property is not meaningful during recognition operations since the engine does not necessarily need to compare the filled form with each master form in the repository. Once the engine finds a match, it will stop searching and return.
This event also allows the user to cancel engine operations using the Cancel property
For an example, refer to AutoFormsEngine.ProcessForm(RasterImage form, PageRequestCallback pageRequestCallback, Object userData, FormRecognitionAttributes masterAttributes, FormPages formFields).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document