| Visual Basic (Declaration) | |
|---|---|
Public Enum EvaluationMode Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum EvaluationMode : Enum | |
| Managed Extensions for C++ | |
|---|---|
__value public enum EvaluationMode : public Enum | |
| C++/CLI | |
|---|---|
public enum class EvaluationMode : public Enum | |
| Member | Description |
|---|---|
| TrialDialog | 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 | 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. |
To simplify your evaluation of this component, Accusoft Pegasus 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.
System.Object
System.ValueType
System.Enum
Accusoft.MicrXpressSdk.EvaluationMode
