VintaSoft Imaging .NET SDK 14.0: 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; }
    
    
    [Description("A Modality lookup table that should be applied to a DICOM image.")]
    [DefaultValue(null)]
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageModalityLookupTable* get_MLut();
    public: __property void set_MLut(
    Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageModalityLookupTable* value
    );

    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also