GetConsumptionQuantity
Leave feedback
On this page
Retrieves the amount of MBs processed.
public static decimal GetConsumptionQuantity()
consumption quantity
The following example demonstrates how to retrieve the amount of MBs processed.
string publicKey = "Public Key";
string privateKey = "Private Key";
Metered metered = new Metered();
metered.SetMeteredKey(publicKey, privateKey);
decimal mbProcessed = Metered.GetConsumptionQuantity();
- class Metered
- namespace GroupDocs.Redaction
- assembly GroupDocs.Redaction
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.