'Declaration Public Function New( _
ByVal applyModalityLutA value indicating whether DICOM decoder must apply the Modality Look Up Table to a DICOM image.As Boolean, _
ByVal applyValueOfInterestLutA value indicating whether DICOM decoder must apply the Value Of Interest Look Up Table to a DICOM image.As Boolean, _
ByVal valueOfInterestLutVoI Lut.As Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable _
)
public DicomDecodingSettings(
bool applyModalityLut,
bool applyValueOfInterestLut,
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable valueOfInterestLut
)
public: DicomDecodingSettings(
bool applyModalityLut,
bool applyValueOfInterestLut,
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable* valueOfInterestLut
)
public:
DicomDecodingSettings(
bool applyModalityLut,
bool applyValueOfInterestLut,
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable^ valueOfInterestLut
)
Parameters
- applyModalityLut
- A value indicating whether DICOM decoder must apply the Modality Look Up Table to a DICOM image.
- applyValueOfInterestLut
- A value indicating whether DICOM decoder must apply the Value Of Interest Look Up Table to a DICOM image.
- valueOfInterestLut
- VoI Lut.