←Select platform

LookupTableDescriptor Property

Summary

Structure describing the LookupTable.

Syntax
C#
VB
Objective-C
C++
Java
public DicomLookupTableDescriptor LookupTableDescriptor { get; set; } 
Public Property LookupTableDescriptor As DicomLookupTableDescriptor 
@property (nonatomic, strong) LTDicomLookupTableDescriptor *lookupTableDescriptor 
public DicomLookupTableDescriptor getLookupTableDescriptor() 
public void setLookupTableDescriptor(DicomLookupTableDescriptor value) 
public: 
property DicomLookupTableDescriptor^ LookupTableDescriptor { 
   DicomLookupTableDescriptor^ get(); 
   void set (    DicomLookupTableDescriptor^ ); 
} 

Property Value

Structure describing the LookupTable. The following members are used:

Value Meaning
FirstStoredPixelValueMapped Indicates the first index whose remapped value is stored in the LookupTable. All image display LookupTable entries which are less than this value will be remapped to LookupTable[0].

Example

Refer to ApplyVoiLookupTableCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly