ASP.NET Web Document Viewer SDK Control

Where to put the License Key info to activate the full version

After you paid the order, you need reinstalling the full version installer and you will receive the license key. You can set the key in LicenseKey property before load the image. Finally the output image will removed the trial version watermark text.

 protected void Page_Load(object sender, EventArgs e)
{
WebDocumentViewer1.LicenseKey = "12345";
}