VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ApplyDicomImageVoiLutCommand Class / MLut Property
Syntax Requirements SeeAlso
In This Topic
MLut Property (ApplyDicomImageVoiLutCommand)
In This Topic
Gets or sets a Modality lookup table that should be applied to a DICOM image.
Syntax
'Declaration

<DescriptionAttribute("A Modality lookup table that should be applied to a DICOM image.")>
<DefaultValueAttribute(null)>
Public Property MLut As Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageModalityLookupTable

[Description("A Modality lookup table that should be applied to a DICOM image.")]
[DefaultValue(null)]
public Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageModalityLookupTable MLut { get; set; }

Property Value

null - command will apply the Modality lookup table to a DICOM image; not null - command will NOT apply the Modality lookup table to a DICOM image.
Default value is null.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also