←Select platform

IsAutoScaled Property

Summary

Identifies if the DICOM pixel data has been autoscaled.

Syntax
C#
VB
C++
public bool IsAutoScaled { get; set; } 
Public Property IsAutoScaled() As Boolean 
   Get 
   Set 
public:  
   property bool IsAutoScaled 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if the DICOM pixel data has been autoscaled; false otherwise.

Remarks

For more information, see DicomAutoScaleData.

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