Initialize a PDFA.NET License attribute.

Namespace: TallComponents.Licensing
Assembly: TallComponents.PDF.PDFA (in TallComponents.PDF.PDFA.dll) Version: 1.0.1.0

Syntax

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

Parameters

key
Type: System..::..String
The key to use.
value
Type: System..::..String
The value to use (retrieved from the 'MyAccount' section from our website).

See Also