[]
        
(Showing Draft Content)

GrapeCity.Documents.Html.GcHtmlRenderer.SetGcImagingLicenseKey

SetGcImagingLicenseKey Method

SetGcImagingLicenseKey(string)

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

Up to five images can be created without a license.

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

The GcImaging license key to set.

See Also