Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created June 14, 2019 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GroupDocsGists/7302702df280b305846246d88f58512a to your computer and use it in GitHub Desktop.
Save GroupDocsGists/7302702df280b305846246d88f58512a to your computer and use it in GitHub Desktop.
// For complete examples and data files, please go to https://github.com/groupdocs-redaction/GroupDocs.Redaction-for-.NET
GroupDocs.Redaction.Metered metered = new GroupDocs.Redaction.Metered();
metered.SetMeteredKey(publicKey, privateKey);
// get credit consumption
decimal creditsConsumed = metered.GetConsumptionCredit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment