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

The License class let you check if you have entered a valid license key.

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

Syntax

C#
public abstract class License
Visual Basic (Declaration)
Public MustInherit Class License

Remarks

It will check the licenses available for all instances in this app-domain.

Inheritance Hierarchy

System..::.Object
  TallComponents.Licensing..::.License

See Also