Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / SetLicenseKey Method
The license key to set.

In This Topic
    SetLicenseKey Method (GcBitmap)
    In This Topic
    Sets the license key.
    Syntax
    'Declaration
     
    Public Shared Sub SetLicenseKey( _
       ByVal key As System.String _
    ) 
    public static void SetLicenseKey( 
       System.string key
    )

    Parameters

    key
    The license key to set.
    See Also