License key attribute. Use this attribute to include a license key with your assembly or application.
Namespace: TallComponents.LicensingAssembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0
Syntax
| C# |
|---|
public class PDFWebViewerLicenseAttribute : LicenseAttribute |
| Visual Basic |
|---|
Public Class PDFWebViewerLicenseAttribute _ Inherits LicenseAttribute |
| Visual C++ |
|---|
public ref class PDFWebViewerLicenseAttribute : public LicenseAttribute |
Examples
Include the following code in your AssemblyInfo:
CopyC#
CopyC#
The license key name depends on the type of license you have purchased. The value is generated when
you activate your license.
C#
using TallComponents.Licensing; [assembly: PDFWebViewerLicense( "Your Key like: PDFWebViewer.NET x.y Key", "Your Value like: Xyz++" )]
VB.NET
Imports TallComponents.Licensing <Assembly: PDFWebViewerLicense("Your Key like: PDFWebViewer.NET x.y Key", "Your Value like: Xyz++" )>
You can obtain the license key name and value by logging in to your account on our website.
Inheritance Hierarchy
System..::..Object
System..::..Attribute
TallComponents.Licensing..::..LicenseAttribute
TallComponents.Licensing..::..PDFWebViewerLicenseAttribute
System..::..Attribute
TallComponents.Licensing..::..LicenseAttribute
TallComponents.Licensing..::..PDFWebViewerLicenseAttribute