License class

License class

Represents GroupDocs.Metadata license. License class should be applied once per AppDomain.

The License type exposes the following members:

Constructors

Constructor Description
__init__(self) Initializes a new instance of the License class.

Methods

Method Description
set_license(self, file_path) Licenses the component.
set_license(self, stream) Licenses the component.

Example

This example demonstrates how to setup a license.

See Also