IsAutoScaled Property
Summary
Indicates whether the DICOM pixel data has been autoscaled.
Syntax
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; otherwise, false.