Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / GcHtmlBrowser Class / ApplyGcImagingLicenseKey Method
The GcImaging license key to apply.

In This Topic
    ApplyGcImagingLicenseKey Method (GcHtmlBrowser)
    In This Topic
    Applies a GcImaging license key to use by the current instance of GcHtmlBrowser.

    Up to five images can be created without a license.

    Syntax
    'Declaration
     
    Public Sub ApplyGcImagingLicenseKey( _
       ByVal key As System.String _
    ) 
    public void ApplyGcImagingLicenseKey( 
       System.string key
    )

    Parameters

    key
    The GcImaging license key to apply.
    See Also