←Select platform

AutoScaleData Property

Summary

Returns a DicomAutoScaleDataEx object that specifies whether the DICOM pixel data has been autoscaled. If so, the class contains the autoscale slope and autoscale intercept.

Syntax
C#
VB
C++
public DicomAutoScaleDataEx AutoScaleData { get; set; } 
Public Property AutoScaleData() As DicomAutoScaleDataEx 
   Get 
   Set 
public:  
   property DicomAutoScaleDataEx^ AutoScaleData 
   { 
      DicomAutoScaleDataEx^ get() 
      void set(DicomAutoScaleDataEx^ value) 
   } 

Property Value

A DicomAutoScaleDataEx object that specifies whether the DICOM pixel data has been autoscaled. If so, the class contains the autoscale slope and autoscale intercept.

Remarks

If autoscale is not present, an empty autoscale value is returned (i.e., IsEmpty=true).

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Imaging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.