Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also