←Select platform

AutoFormsOperation Enumeration

Summary
Represents the different types operations carried by AutoFormsEngine.

Syntax
C#
C++/CLI
Java
Python
public enum AutoFormsOperation 
public final class AutoFormsOperation 
    extends java.lang.Enum<AutoFormsOperation> 
public enum class AutoFormsOperation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class AutoFormsOperation(Enum): 
   Generating = 0 
   Recognizing = 1 
   Processing = 2 
Members
ValueMemberDescription
0GeneratingGenerating form's pages attributes.
1RecognizingRecognizing the form with the available Master Forms.
2ProcessingProcessing the form fields.
Remarks

This enumeration is used in the AutoFormsProgressEventArgs to specify current running operation.

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Auto Namespace

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

Leadtools.Forms.Auto Assembly

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