Create a new attribute.

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

Syntax

C#
public PDFControlsLicenseAttribute(
	string key,
	string value
)
Visual Basic
Public Sub New ( _
	key As String, _
	value As String _
)

Parameters

key
Type: System..::..String
The name fo the license.
value
Type: System..::..String
The value of the license key.

See Also