C#
VB
C++
Gets or sets the Display Set Reformatting Thickness (Conditional).
[DataMemberAttribute()]
[Element(DicomTag.ReformattingThickness)]
public Nullable<double> ReformattingThickness { get; set; }
<DataMemberAttribute(),
ElementAttribute(7472402)>
Public Property ReformattingThickness() As System.Nullable(Of Double)
Get
Set
public:
[DataMemberAttribute,
ElementAttribute(7472402)]
property System::Nullable<double> ReformattingThickness
{
System::Nullable<double> get()
void set(System::Nullable<double> value)
}
The Display Set Reformatting Thickness.
This units of ReformattingThickness is millimeters
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