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

ModalityLookupTableCommandFlags Enumeration






Indicates which color space is selected. .NET support WinRT support Silverlight support
Syntax
[FlagsAttribute()]
public enum ModalityLookupTableCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum ModalityLookupTableCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ModalityLookupTableCommandFlags
[FlagsAttribute()]
public enum ModalityLookupTableCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ImageProcessing.Core.ModalityLookupTableCommandFlags = function() { };
Leadtools.ImageProcessing.Core.ModalityLookupTableCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class ModalityLookupTableCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
AllowRangeExpansionAdjust the high bit and/or low bit (if possible) inside the image handle in order to be able to hold the range of pixel values after applying the modality LookupTable. (This flag is used by ApplyLinearModalityLookupTableCommand but not used in ApplyModalityLookupTableCommand).
NoneNo Flags.
SignedLookupTableIf set, the LookupTable entries are signed 16-bit values. If not set, the LookupTable entries are unsigned 16-bit values.(This flag is used by the ApplyModalityLookupTableCommand but not used in the ApplyLinearModalityLookupTableCommand).
UpdateMinMaxUpdate Leadtools.RasterImage.MinValue with the new minimum intensity value in the bitmap and Leadtools.RasterImage.MaxValue with the new maximum intensity value.
UseFullRangeFor future use.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.ModalityLookupTableCommandFlags

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

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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