Leadtools.ImageProcessing.Core Namespace : ModalityLookupTableCommandFlags Enumeration |
[FlagsAttribute()] public enum ModalityLookupTableCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum ModalityLookupTableCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ModalityLookupTableCommandFlags
[FlagsAttribute()] public enum ModalityLookupTableCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.Core.ModalityLookupTableCommandFlags = function() { }; Leadtools.ImageProcessing.Core.ModalityLookupTableCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class ModalityLookupTableCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
AllowRangeExpansion | Adjust 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). |
None | No Flags. |
SignedLookupTable | If 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). |
UpdateMinMax | Update Leadtools.RasterImage.MinValue with the new minimum intensity value in the bitmap and Leadtools.RasterImage.MaxValue with the new maximum intensity value. |
UseFullRange | For future use. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.ModalityLookupTableCommandFlags
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