Add a license programmatically.

Namespace:  TallComponents.Licensing
Assembly:  TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.6.5

Syntax

C#
public static void Add(
	string licenseKey,
	string licenseKeyValue
)
Visual Basic (Declaration)
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.

See Also