←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; } 
<ElementAttribute(New DicomTag.ReformattingOperationType()),  
 DataMemberAttribute()>  
Public Property ReformattingOperationType() As Nullable(Of ReformattingOperationType) 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::ReformattingOperationType())),  
   DataMemberAttribute] 
   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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.