A class that specifies whether DICOM pixel data has been autoscaled. If so, the class contains the autoscale slope and autoscale intercept.
When calling DicomSourceProxy.Load to retrieve a Leadtools.RasterImage from a DICOM source file, the engine will autoscale the data as described in DicomGetImageFlags.AutoScaleModalityLut and DicomGetImageFlags.AutoScaleVoiLut.
If the data is autoscaled, it is modified from what was originally stored in the DicomDataSet. This class shows whether the pixel data has been autoscaled, and if so, provides the corresponding autoscale slope and autoscale intercept.