[]
        
(Showing Draft Content)

GrapeCity.Documents.Html.GcHtmlRenderer.SetGcPdfLicenseKey

SetGcPdfLicenseKey Method

SetGcPdfLicenseKey(string)

Sets a GcPdf license key to use by all instances of GcHtmlRenderer.

Up to five PDFs can be created without a license.

Declaration
public static void SetGcPdfLicenseKey(string key)
Public Shared Sub SetGcPdfLicenseKey(key As String)
Parameters
Type Name Description
string key

The GcPdf license key to set.

See Also