With OEM licensing, you embed the licensing information in your application source code to deliver to your customers for their on-premise installation; license deployment information for distribution and royalty reporting are provided manually to Accusoft. Contact Accusoft Sales for information about our ISV/OEM programs.
Use of an OEM license key is governed by a written license agreement specifying the conditions under which Accusoft code can be distributed, tracked and reported to Accusoft. OEM licensing removes technical distribution restrictions, but adds financial reporting requirements.
OEM licensing can be used in any type of deployment.
C# |
Copy Code |
---|---|
ImGearLicense.SetSolutionName("ACMEImaging"); ImGearLicense.SetSolutionKey(0x1C3A023F, 0xA018F260, 0x37AF0E51, 0x557F2389); ImGearLicense.SetOEMLicenseKey("2.0.GQCC0EmUgONaI4QDZ32tpGWfpGW4gtbC0iIC0iN4bigYM3m3K5b487QOsAM38O24mUp5bOpD2O240OQ3..."); |
When you run your application on the target machine, the ImageGear component will check for a valid license. If valid, the ImageGear component of your application will run. If no license is found, a message indicating that there is not a valid license will appear.