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!
GdPicture.NET series of toolkits and plugins provide both .NET and ActiveX controls so , besides .NET platforms, you can use it in many other different platforms such as HTML page, SilverLight app., Visual FoxPro, Delphi, VB6, MSAccess and all other IDE supporting ActiveX.
Please check our Comparison Matrix to see which of the toolkit Editions fits best your needs.
All our software is sold exclusively via resellers.
We do not resell directly.
You can purchase our products via our reseller, Share-it .
Click here if you want to order a product.
Following the purchase process, a license key will be automatically emailed to you.
Please visit our Comparison Matrix page to see how different features are bundled into different GdPicture.NET editions.
