Initialize a PDFRasterizer.NET License attribute.

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

Syntax

C#
public PDFRasterizerLicenseAttribute(
	string key,
	string value
)
Visual Basic (Declaration)
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