Gets or sets the auto scale intercept value of the DICOM image.
Object.defineProperty(DICOMImageInformation.prototype, 'autoScaleIntercept',
get: function(),
set: function(value)
)
autoScaleIntercept: number;
The auto scale intercept value of the DICOM image.
To get or set the auto scale slope, refer to AutoScaleSlope.
This value can be retrieved from the DICOM data set.
This value is used to be able to render the window level of the image correctly.
The default value is 0.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET