Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GrayscaleBitmap Class / ApplyLicenseKey Method
The license key to set.

In This Topic
    ApplyLicenseKey Method (GrayscaleBitmap)
    In This Topic
    Applies a license key to an instance of GrayscaleBitmap.
    Syntax
    'Declaration
     
    Public Sub ApplyLicenseKey( _
       ByVal key As System.String _
    ) 
    public void ApplyLicenseKey( 
       System.string key
    )

    Parameters

    key
    The license key to set.
    See Also