Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
RasterKernelType Enumeration
See Also  
Leadtools Namespace : RasterKernelType Enumeration




Indicates the Leadtools Kernel type.

Syntax

Visual Basic (Declaration) 
Public Enum RasterKernelType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterKernelType
C# 
public enum RasterKernelType : Enum 
Managed Extensions for C++ 
__value public enum RasterKernelType : public Enum 
C++/CLI 
public enum class RasterKernelType : public Enum 

Members

MemberDescription
Release Kernel is a Release build
Evaluation Kernel is an Evaluation build, and will expire at some point in the future. Kernel will also display an evaluation message box during execution
Nag Kernel is an Release build of the specialized products, which require additional licensing, and will display a specialized product notice message box during execution.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterKernelType

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