DicomImageImageCameFromSignedSamples Property |
Indicates whether or not the image data came from signed samples.
Namespace:
Atalasoft.Imaging.Codec.Dicom
Assembly:
Atalasoft.dotImage.Dicom (in Atalasoft.dotImage.Dicom.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool ImageCameFromSignedSamples { get; }
Public ReadOnly Property ImageCameFromSignedSamples As Boolean
Get
Property Value
Type:
Boolean Returns true if the image data came from signed samples in the file. If this value is true, then the
property ImageDataShiftedBy is the amount added to the image data to make is unsigned samples. This value should be
added to the window value before applying window and leveling.
See Also