Download a free full-featured trial version of the required product from the specific product page on the Accusoft website.
- Fill out the form on the website.
- Click Request Download.
- Check your email for the link to start the download.
- Run the installer to install the product.
Explore the product - read the help documentation, run the samples, use the API. To buy the toolkit, contact us.
Setting Evaluation Mode Behavior
You have the flexibility to change the behavior of Accusoft product in evaluation mode. Evaluation mode behavior can be defined by setting the EvaluationMode property in the License object to one of these values:
- TrialDialog (default value) – A dialog box will be displayed at the first use of SmartZone ICR and periodically thereafter. This evaluation mode is suitable for use in applications that have a visible user interface.
- Timeout – After a period of time (5 minutes) the SmartZone ICR control will stop working and will return errors. This evaluation mode is suitable for use in applications that do or do not have a visible user interface.
Setting EvaluationMode property to Timeout |
Copy Code |
szicr.Licensing.EvaluationMode = Accusoft.SmartZoneICRSdk.EvaluationMode.Timeout; |