SmartZone v7.2 - Updated
EvaluationMode Property (Licensing)




Accusoft.SmartZoneICR.Net Assembly > Accusoft.SmartZoneICRSdk Namespace > Licensing Class : EvaluationMode Property
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
public EvaluationMode EvaluationMode {get; set;}
public: __property EvaluationMode get_EvaluationMode();
public: __property void set_EvaluationMode( 
   EvaluationMode value
);
public:
property EvaluationMode EvaluationMode {
   EvaluationMode get();
   void set (    EvaluationMode value);
}
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

Reference

Licensing Class
Licensing Members
EvaluationMode Enum

Is this page helpful?
Yes No
Thanks for your feedback.