Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / GcHtmlRenderer Class / SetGcPdfLicenseKey Method
The GcPdf license key to set.

In This Topic
    SetGcPdfLicenseKey Method (GcHtmlRenderer)
    In This Topic
    Sets a GcPdf license key to use by all instances of GcHtmlRenderer.

    Up to five PDFs can be created without a license.

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

    Parameters

    key
    The GcPdf license key to set.
    See Also