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 the Accusoft product in evaluation mode. Evaluation mode behavior can be defined by setting the EvaluationMode property in the Licensing object to one of these values:
- TrialDialog (default value) – A dialog box will be displayed at the first use of Barcode Xpress 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 Barcode Xpress 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.
- Watermark – The images produced by Barcode Xpress will be stamped with the word "Evaluation". This evaluation mode is suitable for use in applications that do or do not have a visible user interface.
Setting EvaluationMode property to Watermark |
Copy Code |
barcodeXpress1.Licensing.EvaluationMode = Accusoft.BarcodeXpressSdk.EvaluationMode.Watermark; |