←Select platform

ReformattingInterval Property

Summary

Gets or sets the Display Set Reformatting Interval (Conditional).

Syntax

C#
VB
C++
[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) 
   } 

Property Value

The Display Set Reformatting Interval.

Remarks

The ReformattingThickness is the spacing of the reformatted images in millimeters.

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.Common Assembly