Gets or sets the value of the "Rescale Type" (0028,1054) element.
public string RescaleType { get; set; }
Public Property RescaleType As String
public string RescaleType {get; set;}
public String getRescaleType()
public void setRescaleType(String value)
<br/>get_RescaleType();<br/>set_RescaleType(value);<br/>Object.defineProperty('RescaleType');
public:
property String^ RescaleType {
String^ get();
void set ( String^ value);
}
Represents the value of the "Rescale Type" (0028,1054) element. This property is only defined when IsRescaleSlopeIntercept is set to true.
For an example, refer to GetModalityLutAttributes.
DicomModalityLutAttributes Class
DicomModalityLutAttributes Members
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