License key attribute. Use this attribute to include a license key with your assembly or application.
For a list of all members of this type, see PDFKitLicenseAttribute Members.
System.Object
System.Attribute
TallComponents.Licensing.LicenseAttribute
TallComponents.Licensing.PDFKitLicenseAttribute
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Include the following code in your AssemblyInfo:
C#
using TallComponents.Licensing; [assembly: PDFKitLicense( "Your Key like: PDFKit.NET x.y Key", "Your Value like: Xyz++" )]
VB.NET
Imports TallComponents.Licensing
<Assembly: PDFKitLicense("Your Key like: PDFKit.NET x.y Key", "Your Value like: Xyz++" )>
The license key name depends on the type of license you have purchased. The value is generated when you activate your license. You can obtain the license key name and value by logging in to your account on our website.
Namespace: TallComponents.Licensing
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll)
PDFKitLicenseAttribute Members | TallComponents.Licensing Namespace