ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearLicense Class / SetOEMLicenseKey Method
Obtained from Accusoft OEM license key.




In This Topic
SetOEMLicenseKey Method
In This Topic
This method has been deprecated. Use the ImGearLicense.SetLicenseKey(string) method instead. Sets the licensing OEM key.
Syntax
'Declaration
 
Public Shared Sub SetOEMLicenseKey( _
   ByVal licenseKey As String _
) 
 
'Usage
 
Dim licenseKey As String
 
ImGearLicense.SetOEMLicenseKey(licenseKey)

Parameters

licenseKey
Obtained from Accusoft OEM license key.
Remarks
This method has been deprecated. Use the ImGearLicense.SetLicenseKey(string) method instead. Use this method for deployment licensing only. Solution name and solution key must be set up in addition to the OEM license key. For more information about licensing, see Licensing and Distributing ImageGear.
See Also