public final class License extends Object
Represents GroupDocs.Metadata license.
This example demonstrates how to setup license.// initialize License class License license = new License(); // set path to .lic file license.SetLicense(@"C:\\GroupDocs.Metadata.lic");
Constructor and Description |
---|
License()
Initializes a new instance of the
License class. |
Modifier and Type | Method and Description |
---|---|
void |
setLicense(InputStream stream)
Licenses the component.
|
void |
setLicense(String filePath)
Licenses the component.
|
public final void setLicense(String filePath)
Licenses the component.
filePath
- Absolute path to license file.public final void setLicense(InputStream stream)
Licenses the component.
stream
- License stream.Copyright © 2018. All rights reserved.