ImageGear for Java
ImageGear for Java Evaluation License

If you are evaluating the product, please select the ImageGear evaluation license option from the initial screen of the License Manager utility. Your license key will be automatically obtained and stored on your computer.

The License Manager utility stores the Evaluation license key in the config folder and product samples are configured to use the license in that folder.

An Evaluation license enables you to use any features of the product on your machine, however a watermark will be displayed.

When you evaluate the product, you have to initialize the evaluation manager provided by the com.accusoft.imagegear.evaluation package by calling the initialize() method of the ImGearEvaluationManager class, and then call the setSolutionName() method of the ImGearLicense class object that is provided by the com.accusoft.imagegear.core package. While you are evaluating the ImageGear product, you should specify the value "AccuSoft 21-32-2" (or "AccuSoft 21-33-2" if using a 64-bit Java Runtime) on the setSolutionName method() call:

Java Example
Copy Code
// Initialize evaluation manager.
ImGearEvaluationManager.initialize();

if((System.getProperty("os.arch").contains("64")))
    ImGearLicense.setSolutionName("AccuSoft 21-33-2");
else
    ImGearLicense.setSolutionName("AccuSoft 21-32-2");

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback