SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / EvaluationMode Enumeration




EvaluationMode Enumeration
Defines the evaluation choice of the component.
Syntax
'Declaration
 
Public Enum EvaluationMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As EvaluationMode
Members
MemberValueDescription
Timeout1 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.
TrialDialog0This enumeration has been deprecated. It is supported only with .NET Framework 3.5 assembly. 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.
Watermark2 Watermark evaluation mode. When running in evaluation mode, this component will replace portions of recognition results with the text " [Accusoft Evaluation] " and asterisk "*" characters. This is an appropriate evaluation mode for applications that have no user interface.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.SmartZoneICRSdk.EvaluationMode

See Also