Package com.pdftools
Class LicenseInfo
java.lang.Object
com.pdftools.internal.NativeBase
com.pdftools.internal.NativeObject
com.pdftools.LicenseInfo
This class contains license information.
-
Method Summary
Modifier and TypeMethodDescriptionThis property exists only for page-based licenses.The license expiration date.booleanDenotes whether the license is valid.Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
Method Details
-
getIsValid
public boolean getIsValid()Denotes whether the license is valid. -
getExpirationDate
The license expiration date. -
getConsumptionData
This property exists only for page-based licenses. It isnullfor all other licenses.
-