LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterKernelType Enumeration
See Also  
Leadtools Namespace : RasterKernelType Enumeration



Indicates the Leadtools Kernel type. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Enum RasterKernelType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RasterKernelType
C# 
public enum RasterKernelType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class RasterKernelType : public System.Enum, IComparableIConvertibleIFormattable  

Members

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

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also