VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Decoders Namespace / DicomDecodingSettings Class / ApplyModalityLut Property
Синтаксис Требования Смотрите также
В этом разделе
    ApplyModalityLut Свойство (DicomDecodingSettings)
    В этом разделе
    Возвращает или задает значение, указывающее, должен ли декодер DICOM применять таблицу поиска модальности к изображению DICOM.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("A value indicating whether DICOM decoder must apply the Modality Look Up Table to a DICOM image.")>
    Public Property ApplyModalityLut As Boolean
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether DICOM decoder must apply the Modality Look Up Table to a DICOM image.")]
    public bool ApplyModalityLut { get; set; }
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether DICOM decoder must apply the Modality Look Up Table to a DICOM image.")]
    public: __property bool get_ApplyModalityLut();
    public: __property void set_ApplyModalityLut(
    bool value
    );
    [DefaultValue(True)]
    [Description("A value indicating whether DICOM decoder must apply the Modality Look Up Table to a DICOM image.")]
    public:
    property bool ApplyModalityLut { bool get(); void set(bool value); }

    Property Value

    true - DICOM-декодер должен применять таблицу поиска модальности к изображению DICOM; false - DICOM-декодер НЕ должен применять таблицу поиска модальности к изображению DICOM.
    Значение по умолчанию: true.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также