License
Leave feedback
On this page
Provides methods to license the component.
public sealed class License
| Name | Description |
|---|---|
| SetLicense(Stream) | Licenses the component. |
| SetLicense(string) | Licenses the component. |
- More about licensing: GroupDocs Licensing FAQ
- More about GroupDocs.Watermark licensing: Evaluation Limitations and Licensing
This example demonstrates how to setup license from the local file.
// Initialize License class.
License license = new License();
// Set path to .lic file.
license.SetLicense("C:\\GroupDocs.Watermark.lic");
- namespace GroupDocs.Watermark
- assembly GroupDocs.Watermark
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.