Add a license programmatically.

Namespace: TallComponents.Licensing
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public static void Add(
	string licenseKey,
	string licenseKeyValue
)
Visual Basic
Public Shared Sub Add ( _
	licenseKey As String, _
	licenseKeyValue As String _
)

Parameters

licenseKey
Type: System..::..String
The type of license key.
licenseKeyValue
Type: System..::..String
The license key value.

See Also