KitLicense Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Represents a license object, it can be used for obtaining license state or setting a license. License also can be set using specialized version of the ApitronLicenseAttribute.
Inheritance Hierarchy

SystemObject
  Apitron.LicensingKitLicense

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

public static class KitLicense

The KitLicense type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberLicenseState
Gets the state of the license.
Public propertyStatic memberLicenseType
Gets the type of the license.
Top
Methods

  NameDescription
Public methodStatic memberSetLicense(String)
Sets the license.
Public methodStatic memberSetLicense(String, LicenseType) Obsolete.
Sets the license.
Top
See Also

Reference