public class License extends Object
Create instance of License to setup license file or stream.
| Constructor and Description |
|---|
License()
Instantiate the License
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getValid()
Get flag if License is valid.
|
void |
setLicense(InputStream licenseStream)
Set GroupDocs Signature license from stream.
|
void |
setLicense(String licensePath)
Set GroupDocs Signature license file path.
|
public boolean getValid()
Get flag if License is valid.
public void setLicense(InputStream licenseStream)
Set GroupDocs Signature license from stream.
licenseStream - License stream.public void setLicense(String licensePath)
Set GroupDocs Signature license file path.
licensePath - License file path.Copyright © 2018. All rights reserved.