Click or drag to resize
Pdf Library for .NET

GlobalPropertiesLicenseKey Property

Gets or sets the license key string received when the library is purchased.

Namespace: SelectPdf.Extras
Assembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntax
public static string LicenseKey { get; set; }

Property Value

String
Remarks
If this property is null the converter will automatically enter in evaluation mode and a demo watermark is displayed on the generated pdf document.
See Also