Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
KernelExpired Property
See Also 
Leadtools Namespace > RasterSupport Class : KernelExpired Property



Checks whether the LEADTOOLS evaluation kernel has expired.

Syntax

Visual Basic (Declaration)  
Public Shared ReadOnly Property KernelExpired As Boolean
Visual Basic (Usage) Copy Code
Dim value As Boolean
 
value = RasterSupport.KernelExpired
C#  
public static bool KernelExpired {get;}
C++/CLI  
public:
static property bool KernelExpired {
   bool get();
}

Return Value

true if the LEADTOOLS evaluation kernel has expired; false otherwise.

Example

For an example, refer to KernelExpired.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also