'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
);
[Description("A Modality lookup table that should be applied to a DICOM image.")] [DefaultValue(null)] public:
property Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageModalityLookupTable^ MLut { Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageModalityLookupTable^ get(); void set(Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageModalityLookupTable^ value); }
Property Value
null - команда применит таблицу поиска модальности к изображению DICOM; не null - команда НЕ будет применять таблицу поиска модальности к изображению DICOM.
Значение по умолчанию: null.
Значение по умолчанию: null.