Class License_Api
java.lang.Object
com.ironsoftware.ironpdf.internal.staticapi.License_Api
The type Text api.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Boolean
Determines whether this instance of IronPDF is Licensed.static Boolean
isValidLicensed
(String licenseKey) Determines whether a string license key is valid.
-
Constructor Details
-
License_Api
public License_Api()
-
-
Method Details
-
isValidLicensed
Determines whether a string license key is valid.See https://ironpdf.com/licensing/ for trial, development and commercial deployment licensing options.
- Parameters:
licenseKey
- IronPDF license key as a string- Returns:
- True if the license key given is valid.
-
isLicensed
Determines whether this instance of IronPDF is Licensed.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/
- Returns:
- True if the license key given is valid.
-