←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Imaging Assembly