The evaluation mode of the component. Obsolete - this enumeration is deprecated for FormDirector.
Syntax
[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
Member | Value | Description |
Automatic | 0 |
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.
|
Timeout | 1 |
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.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Accusoft.FormDirectorSdk.EvaluationMode
See Also