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.
public DicomAutoScaleDataEx AutoScaleData { get; set; }
A DicomAutoScaleDataEx object that specifies whether the DICOM pixel data has been autoscaled. If so, the class contains the autoscale slope and autoscale intercept.
If autoscale is not present, an empty autoscale value is returned (i.e., IsEmpty=true).