←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly