←Select platform

MedicalViewerLookupTableType Enumeration

Summary

Represents the type of lookup table being used.

Syntax

C#
VB
C++
public enum MedicalViewerLookupTableType 
  
Public Enum MedicalViewerLookupTableType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
             
            public enum class MedicalViewerLookupTableType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
             

Members

ValueMemberDescription
0None Default.
1Linear Lookup table is linear.
2Exponential Lookup table is exponential.
3Logarithmic Lookup table is logarithmic.
4Sigmoid Lookup table is sigmoid.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly