public final class License_Api extends Object
Constructor and Description |
---|
License_Api() |
Modifier and Type | Method and Description |
---|---|
static Boolean |
isLicensed()
Determines whether this instance of IronPDF is Licensed.
|
static Boolean |
isValidLicensed(String licenseKey)
Determines whether a string license key is valid.
|
static void |
SetLicensed(String licenseKey) |
public static Boolean isValidLicensed(String licenseKey)
See https://ironpdf.com/licensing/ for trial, development and commercial deployment licensing options.
licenseKey
- IronPDF license key as a stringpublic static Boolean isLicensed()
Will return false unless a License.setLicenseKey(String)
is set to a valid trial or full license key in IronPdf.License.LicenseKey,
Web.Config , App.Config or appsettings.json in .Net Core.
See https://ironpdf.com/licensing/ and https://ironpdf.com/docs/license/license-keys/
public static void SetLicensed(String licenseKey)
Copyright © 2022–2023 Iron Software. All rights reserved.