This list will be frequently updated, according to your most frequent inquiries.
To find out answers to Frequently Asked Questions on sales and pre-sales subjects, please visit our Sales FAQ page.
For all GdPicture Toolkits, the final version is the same as the evaluation version.
Remember:You can purchase a license key here.
You can get a one month evaluation key here.
For GdPicture.NET
Unlocking GdPicture.NET and its optional Plugins is easy. You have to create a LicenseManager object, then call the RegisterKey() method for each license to register.
Ensure yourself to unlock the Toolkit before using any of its functions from your application.
vb.net example:
Dim LicMgr As New LicenseManager
LicMgr.RegisterKEY(MY_PLUGIN_KEY)
LicMgr.RegisterKEY(MY_GDPICTURENET7_KEY)
LicMgr.RegisterKEY(MY_GDPICTURENET8_UPGRADE_KEY)
c# example:
LicenseManager LicMgr = new LicenseManager();
LicMgr.RegisterKEY(MY_PLUGIN_KEY);
LicMgr.RegisterKEY(MY_GDPICTURENET7_KEY);
LicMgr.RegisterKEY(MY_GDPICTURENET8_UPGRADE_KEY);
For GdPicture ActiveX
You just need to unlock all the used objects using a commercial or an evaluation license KEY, using the SetLicenseNumber() method.
object.SetLicenseNumber ("0012345678910111213141516")
Note: You should call this method before any other methods of the used object. Also, don't forget to call this method for all used objects!
Please visit our Comparison Matrix page to see how different features are bundled into different GdPicture.NET editions.
