FormFix v6.0 for .NET - Updated
EvaluationMode Enumeration



Accusoft.FormFixSdk Namespace : EvaluationMode Enumeration
The evaluation mode of the component.
Syntax
'Declaration
 
Public Enum EvaluationMode 
   Inherits System.Enum
'Usage
 
Dim instance As EvaluationMode
public enum EvaluationMode : System.Enum 
public enum class EvaluationMode : public System.Enum 
Members
MemberValueDescription
Automatic0 Automatic evaluation mode. When possible, this component will automatically detect that it is running without a user interface and switch to another evaluation mode. Otherwise, it will display the evaluation mode dialog box.
Timeout1 Timeout evaluation mode. When running in timeout evaluation mode, this component will timeout after 2 minutes of operation. This is the appropriate evaluation mode for applications that have no user interface.
Remarks
To simplify your evaluation of this component, Accusoft has implemented an evaluation mode. Normally, this mode will display a dialog box reminding you that you are using evaluation mode. In certain environments with no user interface, such as services, displaying a dialog box will cause the application to stop and you must change the evaluation mode to avoid that problem.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.FormFixSdk.EvaluationMode

See Also

Reference

Accusoft.FormFixSdk Namespace
EvaluationMode Property

Is this page helpful?
Yes No
Thanks for your feedback.