License
Leave feedback
On this page
Provides methods for applying license.
public class License
| Name | Description |
|---|---|
| License() | Initialize an instance of License class. |
| Name | Description |
|---|---|
| SetLicense(Stream) | Sets the GroupDocs.Redaction license from a stream. |
| SetLicense(string) | Sets the GroupDocs.Redaction license from a file path. |
Learn more
- More about licensing: GroupDocs Licensing FAQ
- More about GroupDocs.Redaction licensing: Evaluation Limitations and Licensing
The following example demonstrates how to set the license for GroupDocs.Redaction.
GroupDocs.Redaction.License license = new GroupDocs.Redaction.License();
// as an alternative you can use a stream:
license.SetLicense(licensePath);
- namespace GroupDocs.Redaction
- assembly GroupDocs.Redaction
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.