set_license method
set_license(self, file_path)
Licenses the component.
def set_license(self, file_path):
...
| Parameter | Type | Description |
|---|---|---|
| file_path | System.String | The absolute path to a license file. |
Example
This example demonstrates how to setup license.
set_license(self, stream)
Licenses the component.
def set_license(self, stream):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase | License stream. |
See Also
- module
groupdocs.metadata - class
License