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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly