Document Solutions for PDF
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / GcHtmlRenderer Class / ApplyGcPdfLicenseKey Method
The GcPdf license key to apply.

In This Topic
    ApplyGcPdfLicenseKey Method (GcHtmlRenderer)
    In This Topic
    Applies a GcPdf license key to use by the current instance of GcHtmlRenderer.

    Up to five PDFs can be created without a license.

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

    Parameters

    key
    The GcPdf license key to apply.
    See Also