'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.
Значение по умолчанию: true.