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 streampublic void setLicense(String licensePath)
Set GroupDocs Signature license file path
licensePath
- License file pathCopyright © 2018. All rights reserved.