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