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: pdftotext.net20.x86 (in pdftotext.net20.x86.dll) Version: 4.2
Syntax
public string LicenseKey { get; set; }

Property Value

Type: String
See Also