ASP.NET Web Document Viewer SDK Control

LicenseKey

 

Set the license key which unlocks the SDK Component from demo mode. It will not display watermark text on image. This License key is supplied by the vendor.

LicenseKey[=string]


Parameter
string
the string of licensekey.

Remark
This property is Read/Write.

Example

   

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