Package com.pdftools
Class LicenseInfo
- java.lang.Object
-
- com.pdftools.internal.NativeBase
-
- com.pdftools.internal.NativeObject
-
- com.pdftools.LicenseInfo
-
public class LicenseInfo extends NativeObject
This class contains license information.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsumptionData
getConsumptionData()
This property exists only for page-based licenses.java.time.OffsetDateTime
getExpirationDate()
The license expiration date.boolean
getIsValid()
Denotes whether the license is valid.-
Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
-
-
-
Method Detail
-
getIsValid
public boolean getIsValid()
Denotes whether the license is valid.
-
getExpirationDate
public java.time.OffsetDateTime getExpirationDate()
The license expiration date.
-
getConsumptionData
public ConsumptionData getConsumptionData()
This property exists only for page-based licenses. It isnull
for all other licenses.
-
-