LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
LookupTableDescriptor Property
See Also 
Leadtools.ImageProcessing.Core Namespace > ApplyVoiLookupTableCommand Class : LookupTableDescriptor Property



Structure describing the LookupTable. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property LookupTableDescriptor As DicomLookupTableDescriptor
Visual Basic (Usage)Copy Code
Dim instance As ApplyVoiLookupTableCommand
Dim value As DicomLookupTableDescriptor
 
instance.LookupTableDescriptor = value
 
value = instance.LookupTableDescriptor
C# 
public DicomLookupTableDescriptor LookupTableDescriptor {get; set;}
C++/CLI 
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 image display LookupTable entries which are less than this value will be remapped to LookupTable[0].

Example

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also