License key attribute. Use this attribute to include a license key with your assembly or application.
Namespace: TallComponents.LicensingAssembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.72.2
Syntax
| C# |
|---|
public class PDFRasterizerLicenseAttribute : LicenseAttribute |
| Visual Basic |
|---|
Public Class PDFRasterizerLicenseAttribute _ 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: PDFRasterizerLicense( "Your Key like: PDFRasterizer.NET x.y Key", "Your Value like: Xyz++" )]
VB.NET
Imports TallComponents.Licensing <Assembly: PDFRasterizerLicense("Your Key like: PDFRasterizer.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..::..PDFRasterizerLicenseAttribute
System..::..Attribute
TallComponents.Licensing..::..LicenseAttribute
TallComponents.Licensing..::..PDFRasterizerLicenseAttribute