Click or drag to resize

PdfToTextConverterLicenseKey Property

The license key string received after the product purchase or a demo license key for the demo version of the converter. This property must be set before calling the text extraction method. When this property is null, the converter will run in demo mode.

Namespace:  ExpertPdf
Assembly:  eppdftotext (in eppdftotext.dll) Version: 7.0
Syntax
public string LicenseKey { get; set; }

Property Value

Type: String
See Also