License

License class

Provides methods for applying license.

public sealed class License

Constructors

Name Description
License() Initializes a new instance of the License class.

Methods

Name Description
SetLicense(Stream) Licenses the component.
SetLicense(string) Licenses the component.

Remarks

Learn more

Examples

The example demonstrates how to setup license.

License license = new License();
license.SetLicense("C:\\GroupDocs.Search.lic");

See Also