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

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