LEADTOOLS Medical (Leadtools.Dicom assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
DicomGetImageFlags Enumeration
See Also  
Leadtools.Dicom Namespace : DicomGetImageFlags Enumeration



Represents the values that controls the behaviour of the methods DicomDataSet.GetImage and DicomDataSet.GetImages. Supported in Silverlight, Windows Phone 7.

Syntax

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

Members

MemberDescription
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.
AutoApplyModalityLutthe method will automatically apply the "Modality LUT" when loading the image.
AutoApplyVoiLutthe method will automatically apply the "VOI LUT" when loading the image.
AutoLoadOverlaysthe method will automatically extract the overlays included in the dataset and add them to the loaded image.
AutoScaleModalityLutthe 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.
AutoScaleVoiLutOnly used in conjuction with AutoScaleModalityLut. The method will rescale the VOI LUT to match the rescale that was performed by AutoScaleModalityLut.
NoneNone.

Example

For an example, refer to DicomDataSet.GetImage.

Inheritance Hierarchy

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

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

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