LicenseType Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Defines available license types within the current licensing scheme.

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

public enum LicenseType
Members

  Member nameValueDescription
Unknown0 Indicates that that no license is currently applied.
Legacy1 Indicates that a legacy license type is used.
Evaluation2 Indicates that the currently set license is for evaluation purposes only. Once the evaluation period ends, you will have to apply a production license or stop using the product.
Community3 Indicates that the currently applied license can be used in accordance to the EULA's section related to the Community License. Please check the licensing agreement for the details. In short, all explicit or implicit commercial use is prohibited.
Commercial4 Indicates that the currently applied license can be used in accordance to the EULA's section related to the Commercial License.
See Also

Reference