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

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