←Select platform

RescaleType Property

Summary

Gets or sets the value of the "Rescale Type" (0028,1054) element.

Syntax

C#
VB
Java
WinRT C#
C++
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); 
} 

Property Value

Represents the value of the "Rescale Type" (0028,1054) element. This property is only defined when IsRescaleSlopeIntercept is set to true.

Remarks
  • The maximum length of this string is 64.
Example

For an example, refer to GetModalityLutAttributes.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly