ImageGear .NET - Updated
SetOEMLicenseKey Method




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearLicense Class : SetOEMLicenseKey Method
Obtained from Accusoft OEM license key.
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
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