public class License extends Object
Class License.
Constructor and Description |
---|
License() |
Modifier and Type | Method and Description |
---|---|
void |
setLicense(InputStream licenseStream)
Licenses the component.
|
void |
setLicense(String licensePath)
Licenses the Viewer.
|
public void setLicense(InputStream licenseStream)
Licenses the component.
The following example demonstrates how to set a license passing Stream of the license file.licenseStream
- The license stream.Copyright © 2018. All rights reserved.