Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

LookupTableDescriptor Property (ApplyModalityLookupTableCommand)








Structure describing the LookupTable.
Syntax
public DicomLookupTableDescriptor LookupTableDescriptor {get; set;}
'Declaration
 
Public Property LookupTableDescriptor As DicomLookupTableDescriptor
'Usage
 
Dim instance As ApplyModalityLookupTableCommand
Dim value As DicomLookupTableDescriptor
 
instance.LookupTableDescriptor = value
 
value = instance.LookupTableDescriptor
public 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'); 
public:
property DicomLookupTableDescriptor^ LookupTableDescriptor {
   DicomLookupTableDescriptor^ get();
   void set (    DicomLookupTableDescriptor^ value);
}

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

See Also

Reference

ApplyModalityLookupTableCommand Class
ApplyModalityLookupTableCommand Members

Error processing SSI file