Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RasterKernelType Enumeration








Indicates the Leadtools Kernel type.
Syntax
'Declaration
 
Public Enum RasterKernelType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As RasterKernelType
typedef NS_ENUM(NSInteger, LTRasterKernelType)
public enum RasterKernelType
Leadtools.RasterKernelType = function() { };
Leadtools.RasterKernelType.prototype = {<br/>
  Release = 0,
	Evaluation = 1,
	
 };
public enum class RasterKernelType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0ReleaseKernel is a Release build.
1EvaluationKernel is an Evaluation build, and will expire at some point in the future. Kernel will also display an evaluation message box during execution.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Error processing SSI file