C#
VB
C++
Identifies if the DICOM pixel data has been autoscaled.
public bool IsAutoScaled { get; set; }
Public Property IsAutoScaled() As Boolean
Get
Set
public:
property bool IsAutoScaled
{
bool get()
void set(bool value)
}
true if the DICOM pixel data has been autoscaled; false otherwise.
For more information, see DicomAutoScaleData.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET