Checks whether the LEADTOOLS evaluation kernel has expired.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared ReadOnly Property KernelExpired As Boolean |
C# | |
---|
public static bool KernelExpired {get;} |
Managed Extensions for C++ | |
---|
public: __property static bool get_KernelExpired(); |
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also