←Select platform

RasterKernelType Enumeration

Summary
Indicates the Leadtools Kernel type.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum RasterKernelType 
typedef NS_ENUM(NSInteger, LTRasterKernelType) { 
 LTRasterKernelTypeRelease,  
 LTRasterKernelTypeEvaluation,  
}; 
public final class RasterKernelType 
    extends java.lang.Enum<RasterKernelType> 
public enum class RasterKernelType   
class RasterKernelType(Enum): 
   Release = 0 
   Evaluation = 1 
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.
Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.