Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum DicomGetImageFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum DicomGetImageFlags : Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class DicomGetImageFlags : public Enum |
Member | Description |
---|---|
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. |
For an example, refer to DicomDataSet.GetImage.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomGetImageFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family