DocumentLicenseKey Property
Gets or sets the license key string received from the vendor.
If this property is null the library will automatically enter in evaluation mode
and a demo watermark will be displayed on the generated PDF document.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public string LicenseKey { get; set; }
Public Property LicenseKey As String
Get
Set
public:
property String^ LicenseKey {
String^ get ();
void set (String^ value);
}
member LicenseKey : string with get, set
Property Value
String