Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created July 11, 2019 08:04
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/e84246d14ae0888bd537cb06ca80b198 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/e84246d14ae0888bd537cb06ca80b198 to your computer and use it in GitHub Desktop.
// For complete examples and data files, please go to https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-.NET
string publicKey = "Public Key";
string privateKey = "Private Key";
Metered metered = new Metered();
metered.SetMeteredKey(publicKey, privateKey);
decimal creditsConsumed = Metered.GetConsumptionCredit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment