| Licensing Constructor |
Constructor which applies viewer component license key.
It should be called once before using the viewer component.
Namespace:
Terminalworks.PdfViewer.AspNetCore
Assembly:
PdfViewer.AspNetCore (in PdfViewer.AspNetCore.dll) Version: 1.0.43.0
Syntax public Licensing(
string companyName,
string licenseKey
)
Parameters
- companyName
- Type: SystemString
Company name - licenseKey
- Type: SystemString
License key
See Also