←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#
C++/CLI
public DicomAutoScaleDataEx AutoScaleData { 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 22.0.2022.12.13
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Imaging Assembly

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