Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / SetLicenseKey Method
The license key to set, or null to remove any previously set key.

In This Topic
    SetLicenseKey Method (GcPdfDocument)
    In This Topic
    Sets the license key.
    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, or null to remove any previously set key.
    See Also