ImageGear .NET v25.1 - Updated
SetLicenseKey Method




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearLicense Class : SetLicenseKey Method
Obtained from Accusoft.
Sets the license key.
Syntax
'Declaration
 
Public Shared Sub SetLicenseKey( _
   ByVal licenseKey As String _
) 
'Usage
 
Dim licenseKey As String
 
ImGearLicense.SetLicenseKey(licenseKey)
public static void SetLicenseKey( 
   string licenseKey
)
public: static void SetLicenseKey( 
   string* licenseKey
) 
public:
static void SetLicenseKey( 
   String^ licenseKey
) 

Parameters

licenseKey
Obtained from Accusoft.
Remarks
Use this method for deployment licensing only. Solution name and solution key must be set up in addition to the license key. For more information about licensing, see Licensing and Distributing ImageGear for .NET.
See Also

Reference

ImGearLicense Class
ImGearLicense Members