DicomImageDefaultWindow Property |
An integer representing the default window center as specified by the Dicom file.
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 int DefaultWindow { get; }
Public ReadOnly Property DefaultWindow As Integer
Get
Property Value
Type:
Int32Remarks This is the value of the signed long tag 0x1050 in group 0x28 from the Dicom metadata.
In order to correctly apply this value, it might be necessary to add the property ImageDataShiftedBy to it if
ImageCameFromSignedSamples is true.
See Also