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

Create a new licensing attribute. Do not use this directly but specify the attribute in the AssemblyInfo.

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

Syntax

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

Parameters

key
Type: System..::..String
Name of the license key.
value
Type: System..::..String
Value of the license key.

See Also