←Select platform

LookupTableDescriptor Property

Summary

Structure describing the LookupTable.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public DicomLookupTableDescriptor LookupTableDescriptor { get; set; } 
Public Property LookupTableDescriptor As Leadtools.Imageprocessing.Core.DicomLookupTableDescriptor 
public Leadtools.Imageprocessing.Core.DicomLookupTableDescriptor LookupTableDescriptor {get; set;} 
@property (nonatomic, strong) LTDicomLookupTableDescriptor *lookupTableDescriptor 
public DicomLookupTableDescriptor getLookupTableDescriptor() 
public void setLookupTableDescriptor(DicomLookupTableDescriptor value) 
             
 <br/>get_LookupTableDescriptor();<br/>set_LookupTableDescriptor(value);<br/>Object.defineProperty('LookupTableDescriptor');  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly