License Installation

The license installation is very simple and requires you to set the serial number received after purchase in your application code. For HTML to PDF Converter you have to set the HtmlToPdfSerialNumber property and for HTML to Image Converter you have to set the HtmlToImageSerialNumber property.

Setting the Global Serial Number

It is also possible to set the serial number globally using the LicensingSerialNumber static property. The SerialNumber property of other classes internally sets this global property.

C#
// Set the serial number
Licensing.SerialNumber = "YCgJMTAE-BiwJAhIB-EhlWTlBA-UEBRQFBA-U1FOUVJO-WVlZWQ==";

See Also