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

In This Topic
    ApplyLicenseKey Method (GcD2DBitmap)
    In This Topic
    Applies a license key to an instance of GcWicBitmap.
    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