License
Leave feedback
On this page
Represents GroupDocs.Metadata license. License class should be applied once per AppDomain.
public sealed class License
| Name | Description |
|---|---|
| SetLicense(Stream) | Licenses the component. |
| SetLicense(string) | Licenses the component. |
This example demonstrates how to setup a license.
// initialize License class
License license = new License();
// set path to .lic file
license.SetLicense(@"C:\\GroupDocs.Metadata.lic");
- namespace GroupDocs.Metadata
- assembly GroupDocs.Metadata
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.