'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 decoder must apply the Modality Look Up Table to a DICOM image; false - DICOM decoder must NOT apply the Modality Look Up Table to a DICOM image.
Default value is true.
Default value is true.