Metered Class
Summary: Provides methods to set metered key.
Module: aspose.gis
Full Name: aspose.gis.Metered
Aspose.PSD Version: 25.9.0
Methods
| Name | Description |
|---|---|
| get_consumption_credit() | Gets consumption credit |
| get_consumption_quantity() | Gets consumption file size |
| reset_metered_key() | Removes previously setup license |
| set_metered_key(public_key, private_key) | Sets metered public and private key |
Method: get_consumption_credit() [static]
get_consumption_credit()
Gets consumption credit
Returns
| Type | Description |
|---|---|
| decimal | consumption quantity |
Method: get_consumption_quantity() [static]
get_consumption_quantity()
Gets consumption file size
Returns
| Type | Description |
|---|---|
| decimal | consumption quantity |
Method: set_metered_key(public_key, private_key) [static]
set_metered_key(public_key, private_key)
Sets metered public and private key
Parameters:
| Parameter | Type | Description |
|---|---|---|
| public_key | string | public key |
| private_key | string | private key |