public class LicenseCore extends Object
The actual code of the license class is put into an internal class and made into long functions to make it harder for the crackers to find anything meaningful after the dlls were cracked in November 2005.
Constructor and Description |
---|
LicenseCore() |
Modifier and Type | Method and Description |
---|---|
boolean |
getEmbeddedCore()
License number was added as embedded resource.
|
static int |
getLicenseState()
Call this from your component code to check if running evaluation
version or not.
|
static boolean |
isEval() |
void |
setEmbeddedCore(boolean value) |
public static final String BLACKLIST
public boolean getEmbeddedCore()
License number was added as embedded resource.
public void setEmbeddedCore(boolean value)
public static boolean isEval()
public static int getLicenseState()
Call this from your component code to check if running evaluation version or not.
if (Aspose.Words.License.GetLicenseState() == LicenseState.Evaluation) InjectWatermark();
Copyright © 2016 Aspose. All Rights Reserved.