Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum DicomGetImageFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum DicomGetImageFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum DicomGetImageFlags : public 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 | 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. |
For an example, refer to GetImage.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomGetImageFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family