'Declaration <BrowsableAttribute(False)> Public Property ValueOfInterestLut As Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable
[Browsable(False)] public Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable ValueOfInterestLut { get; set; }
[Browsable(False)] public: __property Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable* get_ValueOfInterestLut(); public: __property void set_ValueOfInterestLut(
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable* value
);
[Browsable(False)] public:
property Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable^ ValueOfInterestLut { Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable^ get(); void set(Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable^ value); }
Property Value
null - VOI LUT from DICOM file will be used; not null - specified VOI LUT will be used.
Default value is null.
Default value is null.