How to Register an Evaluation License
Download a free full-featured trial version of the required product from the Accusoft website.
- Fill out the form on the website.
- Click Request Download.
- Check your email for the link to start the download.
- Unpack the zip archive. You will automatically have an Evaluation license file included in each bin folder.
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 ImageGear in Evaluation mode. Evaluation mode behavior can be defined by setting the ImGearEvaluationManager.Mode property to one of these values:
- TrialDialog (default value) – A dialog box will be displayed at the first use of ImageGear and periodically thereafter. Once the Evaluation dialog is dismissed, the product will continue to operate. This Evaluation mode is suitable for use in applications that have a visible user interface.
- Watermark – The images produced by ImageGear will be stamped with the word "Evaluation". This Evaluation mode is suitable for use in all applications, regardless of whether they have a visible user interface or not.
Setting Mode property to Watermark |
Copy Code |
ImGearEvaluationManager.Mode = ImGearEvaluationMode.Watermark; |