Add a license programmatically.

Namespace: TallComponents.Licensing
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.72.1

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