ImageGear .NET v25.1 - Updated
SetOEMLicenseKey Method




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearLicense Class : SetOEMLicenseKey Method
Obtained from Accusoft OEM license key.
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)
public static void SetOEMLicenseKey( 
   string licenseKey
)
public: static void SetOEMLicenseKey( 
   string* licenseKey
) 
public:
static void SetOEMLicenseKey( 
   String^ 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 for .NET.
See Also

Reference

ImGearLicense Class
ImGearLicense Members