public class License extends Object
Provides methods for applying license.
Constructor and Description |
---|
License()
Initialize an instance of License class.
|
Modifier and Type | Method and Description |
---|---|
void |
setLicense(InputStream licenseStream)
Sets the GroupDocs.Redaction license from a stream.
|
void |
setLicense(String licensePath)
Sets the GroupDocs.Redaction license from a file path.
|
public final void setLicense(String licensePath)
Sets the GroupDocs.Redaction license from a file path.
licensePath
- License file path.public final void setLicense(InputStream licenseStream)
Sets the GroupDocs.Redaction license from a stream.
licenseStream
- License stream.Copyright © 2019. All rights reserved.