'Declaration <DescriptionAttribute("A VOI lookup table that should be applied to a DICOM image.")> <DefaultValueAttribute(null)> Public Property VoiLut As Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable
[Description("A VOI lookup table that should be applied to a DICOM image.")] [DefaultValue(null)] public Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable VoiLut { get; set; }
[Description("A VOI lookup table that should be applied to a DICOM image.")] [DefaultValue(null)] public: __property Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable* get_VoiLut(); public: __property void set_VoiLut(
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable* value
);
[Description("A VOI lookup table that should be applied to a DICOM image.")] [DefaultValue(null)] public:
property Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable^ VoiLut { Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable^ get(); void set(Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable^ value); }
Property Value
null - команда применит таблицу поиска значений интереса к изображению DICOM; не null - команда НЕ будет применять таблицу поиска значений интереса к изображению DICOM.
Значение по умолчанию - null.
Значение по умолчанию - null.