ImageGear v26.3 - Updated
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)
    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.
    See Also