Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DicomGetImageFlags Enumeration
See Also  
Leadtools.Dicom Namespace : DicomGetImageFlags Enumeration



Represents the values that controls the behaviour of the methods DicomDataSet.GetImage and DicomDataSet.GetImages.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum DicomGetImageFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As DicomGetImageFlags
C# 
[FlagsAttribute()]
public enum DicomGetImageFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class DicomGetImageFlags : public Enum 

Members

MemberDescription
None None.
AutoLoadOverlays the method will automatically extract the overlays included in the dataset and add them to the loaded image.
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.
AllowRangeExpansion (Deprecated, do not use) the method will adjust the high bit and/or low bit (if possible) inside the RasterImage in order to hold the range of pixel values after applying the modality LUT.
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 conjuction with AutoScaleModalityLut. The method will rescale the VOI LUT to match the rescale that was performed by AutoScaleModalityLut.

Example

For an example, refer to DicomDataSet.GetImage.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomGetImageFlags

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features