'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 - command will apply the Value Of Interest lookup table to a DICOM image; not null - command will NOT apply the Value Of Interest lookup table to a DICOM image.
Default value is null.
Default value is null.