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

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

Syntax

C#
public abstract class License
Visual Basic
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