Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgGraphics Class / SetLicenseKey Method
The license key to set.

In This Topic
    SetLicenseKey Method (GcSvgGraphics)
    In This Topic
    Sets the license key.

    A license key is required to use the ToSvgDocument method.

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

    Parameters

    key
    The license key to set.
    See Also