Accusoft ImagXpress 12
MEDRescaleSlope Property
See Also  Send comments on this topic.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : MEDRescaleSlope Property

Glossary Item Box

Description

Gets and sets the slope of the linear conversion of pixel data in the DICOM grayscale transformation.

Property Type

Read-write property

Syntax

Visual Basic
Public Property MEDRescaleSlope As Double

Return Type

A double value which represents the slope of the linear conversion of pixel data in the DICOM grayscale transformation.

Remarks

This value corresponds to DICOM attribute (0028, 1053). This property specifies the slope value (m) to be used in the equation:

Output units = m * SV + b

Where SV is the stored values (pixel data) and the value b corresponds to the intercept specified using the MEDRescaleIntercept property. Both values are used together to specify the linear conversion of pixel data.

  • This property This method is only valid when MEDModalityLUTEnabled is set to False.
  • This property should only be used when DICOM specific information is available. Also, the ViewGrayMode property must be set to GRAY_Medical.

Note: Available in Professional Edition.

See Also

©2013. Accusoft Corporation. All Rights Reserved.