set_license method
set_license
Sets the GroupDocs.Redaction license from a file path.
def set_license(self, license_path):
...
Parameter | Type | Description |
---|---|---|
license_path | str | License file path. |
set_license
Sets the GroupDocs.Redaction license from a stream.
def set_license(self, license_stream):
...
Parameter | Type | Description |
---|---|---|
license_stream | io.RawIOBase | License stream. |
See Also
- module
groupdocs.redaction
- class
License