Search Results for

    Show / Hide Table of Contents

    Class License

    Allows IronXL license keys to be applied globally across an application.

    Apply your licence using LicenseKey in your code, or add the key IronXL.LicenseKey to Web.Config or App.Config

    Inheritance
    System.Object
    License
    Namespace: IronXL
    Assembly: IronXL.dll
    Syntax
    public static class License : Object

    Properties

    IsLicensed

    Returns true if a valid license key has been applied to LicenseKey or applied to the key IronXL.LicenseKey in appsettings.json Web.Config or App.Config.

    Read: https://ironsoftware.com/csharp/excel/docs/license/license-keys/

    Declaration
    public static bool IsLicensed { get; }
    Property Value
    Type Description
    System.Boolean

    True when licensed correctly

    LicenseKey

    Removes watermarks. Get Licensed at http://ironsoftware.com

    Declaration
    public static string LicenseKey { get; set; }
    Property Value
    Type Description
    System.String
    ☀
    ☾
    In This Article
    Back to top
    Install with Nuget