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 void setLicense(String licensePath)
Set GroupDocs Signature license file path
licensePath
- License file pathpublic void setLicense(InputStream licenseStream)
Set GroupDocs Signature license from stream
licenseStream
- License streampublic boolean getValid()
Get flag if License is valid
Copyright © 2017. All rights reserved.