ASP.NET PDF Processing SDK Component

LicenseKey

 

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

LicenseKey[=int]


Parameter
int
the value of licensekey.

Remark
This property is Read/Write.

Example

   

C#
 PDFProcessing obj = new PDFProcessing();
obj.LicenseKey=123;