set_license method
Leave feedback
On this page
Licenses the component.
def set_license(self, file_path):
...
| Parameter | Type | Description |
|---|---|---|
| file_path | System.String | Absolute path to license file. |
The following example demonstrates how to set a license passing a path to the license file.
Licenses the component.
def set_license(self, stream):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase | License stream. |
The following example demonstrates how to set a license passing Stream of the license file.
- module
groupdocs.parser - class
License
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.