LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

LookupTableDescriptor Property (ApplyModalityLookupTableCommand)






Structure describing the LookupTable. .NET support WinRT support Silverlight support
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;}
 get_LookupTableDescriptor();
set_LookupTableDescriptor(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplyModalityLookupTableCommand Class
ApplyModalityLookupTableCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.