autoScaleIntercept Property

Summary

Gets or sets the auto scale intercept value of the DICOM image.

Syntax

JavaScript Syntax
Object.defineProperty(DICOMImageInformation.prototype, 'autoScaleIntercept', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
autoScaleIntercept: number; 

Property Value

The auto scale intercept value of the DICOM image.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly