Visual Basic (Declaration) | |
---|---|
Public Class AutoFormsProgressEventArgs Inherits EventArgs |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class AutoFormsProgressEventArgs : EventArgs |
C++/CLI | |
---|---|
public ref class AutoFormsProgressEventArgs : public EventArgs |
This event is fired when recognizing and processing a form, or when generating form attributes. The Percentage Property is not meaningful during Recognize 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
System.Object
System.EventArgs
Leadtools.Forms.Auto.AutoFormsProgressEventArgs
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family