The LicenseCollection class let you enter the key and value programmatically.

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

Syntax

C#
public abstract class LicenseCollection
Visual Basic
Public MustInherit Class LicenseCollection
Visual C++
public ref class LicenseCollection abstract

Remarks

The licenses you add will be available for all instances in this app-domain.

Inheritance Hierarchy

System..::..Object
  TallComponents.Licensing..::..LicenseCollection

See Also