FormFix v6.0 for .NET - Updated
EvaluationMode Enumeration



Accusoft.FormDirectorSdk Namespace : EvaluationMode Enumeration
The evaluation mode of the component. Obsolete - this enumeration is deprecated for FormDirector.
Syntax
'Declaration
 
<ObsoleteAttribute("This enum is deprecated for FormDirector.")>
Public Enum EvaluationMode 
   Inherits System.Enum
'Usage
 
Dim instance As EvaluationMode
[Obsolete("This enum is deprecated for FormDirector.")]
public enum EvaluationMode : System.Enum 
[Obsolete("This enum is deprecated for FormDirector.")]
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 evaluation mode, this component will timeout after 5 minutes instead of displaying the evaluation mode dialog box. This is the appropriate evaluation mode for applications that have no user interface.
Remarks

Obsolete - this enumeration is deprecated for FormDirector. License check is removed from FormDirector.

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.FormDirectorSdk.EvaluationMode

See Also

Reference

Accusoft.FormDirectorSdk Namespace
EvaluationMode Property

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