VintaSoft DICOM .NET Plug-in: API changes in version 12.3
In This Topic
API changes in Vintasoft.Imaging.Dicom.dll
Changed classes:
Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomFile
|
Added methods
|
public void ClearMetadataCache()
|
Clears the cached metadata. |
|
|
Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomFrame
|
Added methods
|
public void ClearMetadataCache()
|
Clears the cached metadata. |
|
|
Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomUtils
|
Added methods
|
public static Vintasoft.Imaging.Codecs.Decoders. DicomDecodingSettings CreateDecodingSettingsForGetting16BppGrayscaleImage(Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomFrame, double, double)
|
Creates the DICOM decoding settings for getting 16-bpp grayscale image from DICOM frame. |
|
|