[This is preliminary documentation and is subject to change.]

Add a license programmatically.

Namespace:  TallComponents.Licensing
Assembly:  TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.2.6

Syntax

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