←Select platform

ReformattingOperationType Property

Summary

Gets or sets the Display Set Reformatting Operation Type (Optional).

Syntax
C#
VB
C++
[Element(DicomTag.ReformattingOperationType)] 
[DataMemberAttribute()] 
public Nullable<ReformattingOperationType> ReformattingOperationType { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(New DicomTag.ReformattingOperationType())>  
Public Property ReformattingOperationType() As Nullable(Of ReformattingOperationType) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::ReformattingOperationType()))] 
   property Nullable<ReformattingOperationType^>^ ReformattingOperationType 
   { 
      Nullable<ReformattingOperationType^>^ get() 
      void set(Nullable<ReformattingOperationType^>^ value) 
   } 

Property Value

The Display Set Reformatting Operation Type.

Remarks

Specifies the reformatting operation that is applied to the TimeBasedImageSet For more information, see ReformattingOperationType.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly