SmartZone v6.1 for .NET - Updated
EvaluationMode Property (Licensing)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk 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);
}
Remarks

To simplify your evaluation of this component, Accusoft 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 TimeOut to avoid that problem.

See Also

Reference

Licensing Class
Licensing Members
EvaluationMode Enum

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