Accusoft Pegasus
Accusoft.MicrXpress1.Net
EvaluationMode Enumeration
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace : EvaluationMode Enumeration




The evaluation choice of the component.

Syntax

Visual Basic (Declaration)  
Public Enum EvaluationMode 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As EvaluationMode
C#  
public enum EvaluationMode : Enum 
Managed Extensions for C++  
__value public enum EvaluationMode : public Enum 
C++/CLI  
public enum class EvaluationMode : public Enum 

Members

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.

Remarks

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.MicrXpressSdk.EvaluationMode

See Also


©2009. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.