Leadtools.Dicom Namespace : DicomGetImageFlags Enumeration |
[FlagsAttribute()] public enum DicomGetImageFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum DicomGetImageFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomGetImageFlags
[FlagsAttribute()] public enum DicomGetImageFlags : System.IComparable, System.IConvertible, System.IFormattable
ObjectiveC Syntax
Java Syntax
Leadtools.Dicom.DicomGetImageFlags = function() { }; Leadtools.Dicom.DicomGetImageFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class DicomGetImageFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
AllowRangeExpansion | (Deprecated, do not use) the method will adjust the high bit and/or low bit (if possible) inside the Leadtools.RasterImage in order to hold the range of pixel values after applying the modality LUT. |
AutoApplyModalityLut | the method will automatically apply the "Modality LUT" when loading the image. |
AutoApplyVoiLut | the method will automatically apply the "VOI LUT" when loading the image. |
AutoDectectInvalidRleCompression | Only used with RLE compressed image data. Automatically detects if the MSB and LSB segments of RLE compressed image data are written in the incorrect order. |
AutoLoadOverlays | the method will automatically extract the overlays included in the dataset and add them to the loaded image. |
AutoScaleModalityLut | the method will scale the resulting pixel data to fit within the range of 0 to 2^BitsPerPixel-1 if any of the values would exceed that range. |
AutoScaleVoiLut | Only used in conjunction with AutoScaleModalityLut. The method will rescale the VOI LUT to match the rescale that was performed by AutoScaleModalityLut. |
None | None. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomGetImageFlags
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