LicenseInfo

Inheritance: java.lang.Object, com.aspose.pdf.LicenseInfo

public class LicenseInfo extends Object

Represents a license information.

Methods

MethodDescription
getEditionTypeGets the edition type of the license.
getEmailToGets the email address used to license.
getLicensedToGets the information about the licensee.
getLicenseExpiryGets the license expiry date.
getLicenseNoteGets the license note.
getLicenseTypeGets the license type.
getProductsGets the list of licensed products.
getSubscriptionExpiryGets 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