Base class of product specific custom attributes that let you enter the redistribution license key as an attribute of the entry or calling assembly.

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

Syntax

C#
public abstract class LicenseAttribute : Attribute
Visual Basic
Public MustInherit Class LicenseAttribute _
	Inherits Attribute
Visual C++
public ref class LicenseAttribute abstract : public Attribute

Remarks

Each product offers its own specialization of LicenseAttribute.

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    TallComponents.Licensing..::..LicenseAttribute
      TallComponents.Licensing..::..PDFWebViewerLicenseAttribute

See Also