Visual Basic (Declaration) | |
---|---|
Public Shared ReadOnly Property KernelType As RasterKernelType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static RasterKernelType KernelType {get;} |
Managed Extensions for C++ | |
---|---|
public: __property static RasterKernelType get_KernelType(); |
C++/CLI | |
---|---|
public: static property RasterKernelType KernelType { RasterKernelType get(); } |
Return Value
Aa RasterKernelType enumeration member indicating the LEADTOOLS kernel type.This example will check the LEADTOOLS kernel type and whether it has expired
There are 3 types of LEADTOOLS kernels, as described in the following table:
Kernel | Description |
---|---|
Release | This is the Release kernel. |
Nag |
This is a special build of the kernel, which has specialty features (such as Document Imaging and Medical Imaging)
unlocked. This kernel is provided to Document and Medical imaging customers, and displays a "nag" message during execution.
To remove the nag, you must sign a royalty agreement. For more information, contact
|
Evaluation | This is the Evaluation kernel, which has all features unlocked, but displays an "eval" message during execution. This kernel will also expire. |
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