You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Unlocking > SetLicenseNumberUpgrade Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.SetLicenseNumberUpgrade Method

Unlock the toolkit using an upgrade path.

C#
public Boolean SetLicenseNumberUpgrade(
    String OldKey, 
    String UpgradeKey
);
Visual Basic
Public Function SetLicenseNumberUpgrade(
    ByVal OldKey As String, 
    ByVal UpgradeKey As String
) As Boolean
Parameters
Parameters 
Description 
OldKey 
The license key of the product to upgrade. See http://www.gdpicture.com/order.php#upgrades to get the list of products which can be upgraded to GdPicture.NET.  
UpgradeKey 
Your upgrade license key.  
Returns

True if success, else False (invalid license KEY).

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.