Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaImage Class / ApplyLicenseKey Method
The license key to apply.

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

    Parameters

    key
    The license key to apply.
    See Also