LicenseInfo
Inheritance: java.lang.Object, com.aspose.pdf.LicenseInfo
public class LicenseInfo extends Object
Represents a license information.
Methods
| Method | Description |
|---|---|
| getEditionType | Gets the edition type of the license. |
| getEmailTo | Gets the email address used to license. |
| getLicensedTo | Gets the information about the licensee. |
| getLicenseExpiry | Gets the license expiry date. |
| getLicenseNote | Gets the license note. |
| getLicenseType | Gets the license type. |
| getProducts | Gets the list of licensed products. |
| getSubscriptionExpiry | Gets the assembly release date to which updates are possible. You cannot use the license for the version of assemblies with the assembly dates above. |
getEditionType
public final String getEditionType()
Gets the edition type of the license.
Returns: String value
getEmailTo
public final String getEmailTo()
Gets the email address used to license.
Returns: String value
getLicensedTo
public final String getLicensedTo()
Gets the information about the licensee.
Returns: String value
getLicenseExpiry
public final Date getLicenseExpiry()
Gets the license expiry date.
Returns: Date instance
getLicenseNote
public final String getLicenseNote()
Gets the license note.
Returns: String value
getLicenseType
public final String getLicenseType()
Gets the license type.
Returns: String value
getProducts
public final List < String > getProducts()
Gets the list of licensed products.
Returns: list of String values
getSubscriptionExpiry
public final Date getSubscriptionExpiry()
Gets the assembly release date to which updates are possible. You cannot use the license for the version of assemblies with the assembly dates above.
Returns: Date instance