Metered
Leave feedback
On this page
Provides methods to license the component with Metered license.
public class Metered
| Name | Description |
|---|---|
| SetMeteredKey(string, string) | Activates product with Metered keys. |
| static GetConsumptionCredit() | Retrieves count of credits consumed. |
| static GetConsumptionQuantity() | Retrieves amount of MBs processed. |
Learn more
- More about Metered licensing: Metered Licensing FAQ
- More about GroupDocs.Watermark licensing: Evaluation Limitations and Licensing
Following example demonstrates how to activate product with Metered keys.
string publicKey = "Public Key";
string privateKey = "Private Key";
Metered metered = new Metered();
metered.SetMeteredKey(publicKey, privateKey);
- namespace GroupDocs.Watermark
- assembly GroupDocs.Watermark
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.