Last active
July 6, 2023 02:17
-
-
Save aspose-com-gists/029f12e831322598ae379a86c6ff9483 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gists for Aspose.Page for .NET |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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