Add a license programmatically.
Namespace: TallComponents.LicensingAssembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0
Syntax
| C# |
|---|
public static void Add( string licenseKey, string licenseKeyValue ) |
| Visual Basic |
|---|
Public Shared Sub Add ( _ licenseKey As String, _ licenseKeyValue As String _ ) |
| Visual C++ |
|---|
public: static void Add( String^ licenseKey, String^ licenseKeyValue ) |
Parameters
- licenseKey
- Type: System..::..String
The type of license key.
- licenseKeyValue
- Type: System..::..String
The license key value.