←Select platform

GetAutoScaleData() Method

Summary

Returns a DicomAutoScaleData object that specifies if the DICOM pixel data has been autoscaled, and if so, the autoscale slope and autoscale intercept.

Syntax
C#
VB
C++
public DicomAutoScaleData GetAutoScaleData() 
Public Function GetAutoScaleData() As DicomAutoScaleData 
public:  
   DicomAutoScaleData^ GetAutoScaleData() 

Return Value

A DicomAutoScaleData object that specifies if the DICOM pixel data has been autoscaled, and if so, the autoscale slope and autoscale intercept.

Remarks

For more information, see DicomAutoScaleData.

Example

For an example, refer to GetAutoScaleData(DicomAutoScaleDataFlags)

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly