pdftools_sdk.license_info
Classes
|
This class contains license information. |
- class pdftools_sdk.license_info.LicenseInfo(handle)[source]
Bases:
_NativeObject
This class contains license information.
- property is_valid: bool
Denotes whether the license is valid.
- Returns:
bool
- property expiration_date: datetime | None
The license expiration date.
- Returns:
Optional[datetime]
- property consumption_data: ConsumptionData | None
This property exists only for page-based licenses. It is None for all other licenses.
- Returns:
Optional[pdftools_sdk.consumption_data.ConsumptionData]