Accusoft.ISISXpressSdk Namespace : EvaluationChoice Enumeration |
'Declaration Public Enum EvaluationChoice Inherits System.Enum
'Usage Dim instance As EvaluationChoice
public enum EvaluationChoice : System.Enum
__value public enum EvaluationChoice : public System.Enum
public enum class EvaluationChoice : public System.Enum
Member | Value | Description |
---|---|---|
Timeout | 1 | After the trial period has expired, the ISIS Xpress component no longer functions. |
TrialDialog | 0 | After the trial period has expired, this option displays a dialog box each time the ISIS Xpess toolkit is accessed. |
These values are set by using the Licensing.EvaluationMode property.
In order to test the component in an application running as a service or other environments where the component does not have permissions to create a window, the application logic needs to set the EvaluationMode to Timeout. In this mode, the component does not attempt to create the Evaluation Mode dialog window, but will timeout after 5 minutes of operation and cease to operate.
System.Object
System.ValueType
System.Enum
Accusoft.ISISXpressSdk.EvaluationChoice