License Class
Contents
[
Hide
]Summary: Provides methods to license the component.
Module: aspose.imaging
Full Name: aspose.imaging.License
Constructors
Name | Description |
---|---|
License() | Initializes a new instance of the License class. Initializes a new instance of this class. |
Methods
Name | Description |
---|---|
set_license(license_name) | Licenses the component. |
set_license(stream) | Licenses the component. |
set_license_stream(stream) | Licenses the component. |
Constructor: License()
License()
Initializes a new instance of the License class.
Initializes a new instance of this class.
Method: set_license(license_name)
set_license(license_name)
Licenses the component.
Parameters:
Parameter | Type | Description |
---|---|---|
license_name | string | Can be a full or short file name . Use an empty string to switch to evaluation mode. |
Method: set_license(stream)
set_license(stream)
Licenses the component.
Parameters:
Parameter | Type | Description |
---|---|---|
stream | _io.BufferedRandom | A stream that contains the license. |
Method: set_license_stream(stream)
set_license_stream(stream)
Licenses the component.
Parameters:
Parameter | Type | Description |
---|---|---|
stream | _io.BufferedRandom | A stream that contains the license. |