C#
C++
Returns a DicomAutoScaleData object that specifies if the DICOM pixel data has been autoscaled, and if so, the autoscale slope and autoscale intercept.
public DicomAutoScaleData GetAutoScaleData()
vb[VB Syntax]
Public Function GetAutoScaleData() As DicomAutoScaleData
public:
DicomAutoScaleData^ GetAutoScaleData()
A DicomAutoScaleData object that specifies if the DICOM pixel data has been autoscaled, and if so, the autoscale slope and autoscale intercept.
For more information, see DicomAutoScaleData.
For an example, refer to GetAutoScaleData(DicomAutoScaleDataFlags)