|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaspose.pdf.License
public class License
Provides methods to license the component.
| Constructor Summary | |
|---|---|
License()
Initializes a new instance of this class. |
|
| Method Summary | |
|---|---|
static boolean |
isEval()
Call this from your component code to check if running evaluation version or not. |
void |
setLicense(java.io.InputStream stream)
Licenses the component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public License()
| Method Detail |
|---|
public void setLicense(java.io.InputStream stream)
throws java.lang.Exception
stream - A stream that contains the license. Use null to switch to evaluation mode.
AsposeLicenseException
java.lang.Exceptionpublic static boolean isEval()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||