[]
        
(Showing Draft Content)

GrapeCity.Documents.Html.GcHtmlRenderer.ApplyGcPdfLicenseKey

ApplyGcPdfLicenseKey Method

ApplyGcPdfLicenseKey(string)

Applies a GcPdf license key to use by the current instance of GcHtmlRenderer.

Up to five PDFs can be created without a license.

Declaration
public void ApplyGcPdfLicenseKey(string key)
Public Sub ApplyGcPdfLicenseKey(key As String)
Parameters
Type Name Description
string key

The GcPdf license key to apply.

See Also