Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created October 19, 2017 10:58
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/289b2e898276309881a509d9b50cd1e1 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/289b2e898276309881a509d9b50cd1e1 to your computer and use it in GitHub Desktop.
' For complete examples and data files, please go to https://github.com/groupdocs-watermark/GroupDocs.Watermark-for-.NET
Dim publicKey As String = "[Your Dynabic.Metered public key]"
Dim privateKey As String = "[Your Dynabic.Metered private key]"
Dim metered As New Metered()
metered.SetMeteredKey(publicKey, privateKey)
' Use the library in licensed mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment