[This is preliminary documentation and is subject to change.]
License key attribute. Use this attribute as an assembly attribute to associate a license
key with your entry of calling assembly.
Namespace: TallComponents.LicensingAssembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1
Syntax
| C# |
|---|
public sealed class WebToPDFLicenseAttribute : LicenseAttribute |
| Visual Basic |
|---|
Public NotInheritable Class WebToPDFLicenseAttribute _ Inherits 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: WebToPDFLicense( "WebToPDF.NET 1.x Server Key", "YourKeyValueHere" )]
VB.NET
Imports TallComponents.Licensing <Assembly: WebToPDFLicense("WebToPDF.NET 1.x Server Key", "YourKeyValueHere")>
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..::..WebToPDFLicenseAttribute
System..::..Attribute
TallComponents.Licensing..::..LicenseAttribute
TallComponents.Licensing..::..WebToPDFLicenseAttribute