Initialize a PDFWebViewer.NET License attribute.

Namespace: TallComponents.Licensing
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

C#
public PDFWebViewerLicenseAttribute(
	string key,
	string value
)
Visual Basic
Public Sub New ( _
	key As String, _
	value As String _
)
Visual C++
public:
PDFWebViewerLicenseAttribute(
	String^ key, 
	String^ value
)

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