Gets or sets the license key string received from the vendor in HTML to PDF converter.
If this property is null the converter will automatically enter in evaluation mode
and a demo watermark will be displayed on the generated PDF document.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public string LicenseKey { get; set; } |
| Visual Basic |
|---|
Public Property LicenseKey As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ LicenseKey {
String^ get ();
void set (String^ value);
} |
Property Value
Type:
String
See Also