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

In This Topic
    ApplyLicenseKey Method (GcSvgGraphics)
    In This Topic
    Applies a license key to the current instance of GcSvgGraphics.

    A license key is required to use the ToSvgDocument method.

    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