Table of Contents

Enum LicenseLevel

Namespace
VisioForge.Core.Types
Assembly
VisioForge.Core.dll

Defines the different licensing tiers available for VisioForge products. Each level typically unlocks a different set of features or capabilities within the framework.

public enum LicenseLevel

Fields

Standard = 0

The standard license level, typically offering core functionalities.

Professional = 1

The professional license level, providing advanced features beyond the standard offering.

Premium = 2

The premium license level, which usually includes all available features and capabilities.

Remarks

These three values are the whole set: there is no Trial or Enterprise level. A running SDK without a certificate is in trial mode, which is a state of the SDK rather than a value of this enum. Higher tiers include everything from the lower ones plus additional capabilities; the levels affect available codecs, output formats, resolution limits, and features such as hardware acceleration. The value reaching an application through VisioForge.Core.Types.Events.LicenseEventArgs is the level the current configuration requires, not the level that is installed. Load a license with SetLicenseCertificateAsync on the SDK instance; the exact feature set of each level is in the product's licensing documentation and may vary by product version.