Metered
Leave feedback
On this page
Provides methods to set metered key.
public class Metered
| Name | Description |
|---|---|
| Metered() | Initializes a new instance of this class. |
| Name | Description |
|---|---|
| SetMeteredKey(string, string) | Sets metered public and private key |
| static GetConsumptionCredit() | Gets consumption credit |
| static GetConsumptionQuantity() | Gets consumption file size |
In this example, an attempt will be made to set metered public and private key
[C#]
Metered matered = new Metered();
matered.SetMeteredKey("PublicKey", "PrivateKey");
[Visual Basic]
Dim matered As Metered = New Metered
matered.SetMeteredKey("PublicKey", "PrivateKey")
- namespace GroupDocs.Classification
- assembly GroupDocs.Classification
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.