←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 pixels that are less than this value will be remapped to LookupTable[0].
Example

Refer to ApplyModalityLookupTableCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

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