←Select platform

AutoFormsProgressEventArgs Class

Summary
Reports the progress for specific AutoFormsEngine operations and offers the user an opportunity to cancel.
Syntax
C#
VB
C++
Java
public class AutoFormsProgressEventArgs : EventArgs 
  
Public Class AutoFormsProgressEventArgs  
   Inherits System.EventArgs 
public class AutoFormsProgressEvent 
    extends leadtools.LeadEvent 
public ref class AutoFormsProgressEventArgs : public System.EventArgs  
Remarks

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

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.