←Select platform

ReformattingThickness Property

Summary

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

Syntax

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

Property Value

The Display Set Reformatting Thickness.

Remarks

This units of ReformattingThickness is 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