The AutoFormsProgressEventArgs Class is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Reports the progress for specific AutoFormsEngine operations and offers the user an opportunity to cancel.Visual Basic (Declaration) | |
---|---|
Public Class AutoFormsProgressEventArgs Inherits System.EventArgs |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AutoFormsProgressEventArgs |
C# | |
---|---|
public class AutoFormsProgressEventArgs : System.EventArgs |
C++/CLI | |
---|---|
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
System.Object
System.EventArgs
Leadtools.Forms.Auto.AutoFormsProgressEventArgs
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7