Class License_Api
java.lang.Object
com.ironsoftware.ironpdf.internal.staticapi.License_Api
The type Text api.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic BooleanDetermines whether this instance of IronPDF is Licensed.static BooleanisValidLicensed(String licenseKey) Determines whether a string license key is valid.static voidSetLicensed(String licenseKey) 
- 
Constructor Details- 
License_Apipublic License_Api()
 
- 
- 
Method Details- 
isValidLicensedDetermines 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.
 
- 
isLicensedDetermines 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.
 
- 
SetLicensed
 
-