Skip to content

Instantly share code, notes, and snippets.

@aspose-com-gists
Last active July 6, 2023 02:17
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 aspose-com-gists/029f12e831322598ae379a86c6ff9483 to your computer and use it in GitHub Desktop.
Save aspose-com-gists/029f12e831322598ae379a86c6ff9483 to your computer and use it in GitHub Desktop.
Gists for Aspose.Page for .NET
// set metered public and private keys
Aspose.Page.Metered metered = new Aspose.Page.Metered();
// Access the setMeteredKey property and pass public and private keys as parameters
metered.SetMeteredKey(
"<type public key here>",
"<type private key here>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment