Accusoft.TwainPro9.Net
EvaluationMode Enumeration




Option values which determine the evaluation mode of the component.
Syntax
'Declaration
 
Public Enum EvaluationMode 
   Inherits System.Enum
'Usage
 
Dim instance As EvaluationMode
public enum EvaluationMode : System.Enum 
__value public enum EvaluationMode : public System.Enum 
public enum class EvaluationMode : public System.Enum 
Members
MemberValueDescription
Automatic0Automatic 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.
Timeout1Timeout evaluation mode. This is the appropriate evaluation mode for applications that have no user interface.
Remarks

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.TwainProSdk.EvaluationMode

See Also

Reference

Accusoft.TwainProSdk Namespace
EvaluationMode Property

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback