SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Licensing Class / EvaluationMode Property




EvaluationMode Property (Licensing)
Gets and sets the method in which this component is limited in evaluation mode.
Syntax
'Declaration
 
Public Property EvaluationMode As EvaluationMode
 
'Usage
 
Dim instance As Licensing
Dim value As EvaluationMode
 
instance.EvaluationMode = value
 
value = instance.EvaluationMode
Exceptions
ExceptionDescription
EvaluationMode.TrialDialog is only supported with the .NET Framework 3.5 assembly.
 
Remarks

To simplify your evaluation of this component, Accusoft has implemented an evaluation mode. Normally, it will display a dialog box reminding you that you are in an evaluation mode is using .NET Framework 3.5 assembly. 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 TimeOut or Watermark to avoid that problem. The default value for the .NET Standard 2.0 has been changed to Watermark. TrialDialog is no longer available.

See Also