ApitronLicenseAttribute Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
An attribute used for licensing, every product has its own specialized implementation of this class. Its role is to allow a user to set a license string, alternative way is to use SetLicense(String) function.
Inheritance Hierarchy

SystemObject
  SystemAttribute
    Apitron.LicensingApitronLicenseAttribute
      Apitron.LicensingApitronPDFKitLicenseAttribute

Namespace:  Apitron.Licensing
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public abstract class ApitronLicenseAttribute : Attribute

The ApitronLicenseAttribute type exposes the following members.

Properties

  NameDescription
Public propertyLicense
Gets the license string.
Top
See Also

Reference