ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearLicense Class / SetLicenseKey Method
Obtained from Accusoft.




In This Topic
SetLicenseKey Method
In This Topic
Sets the license key.
Syntax
'Declaration
 
Public Shared Sub SetLicenseKey( _
   ByVal licenseKey As String _
) 
 
'Usage
 
Dim licenseKey As String
 
ImGearLicense.SetLicenseKey(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.
See Also