Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

KernelExpired Property








Checks whether the LEADTOOLS kernel has expired.
Syntax
public static bool KernelExpired {get;}
'Declaration
 
Public Shared ReadOnly Property KernelExpired As Boolean
'Usage
 
Dim value As Boolean
 
value = RasterSupport.KernelExpired
public static bool KernelExpired {get;}
+ (BOOL)kernelExpired
public static boolean getKernelExpired()
 get_KernelExpired(); 
public:
static property bool KernelExpired {
   bool get();
}

Property Value

true if the LEADTOOLS kernel has expired; false, otherwise.
Example
For an example, refer to KernelType.
Requirements

Target Platforms

See Also

Reference

RasterSupport Class
RasterSupport Members

Error processing SSI file