←Select platform

ReformattingOperationInitialViewDirection Property

Summary

Gets or sets the Display Set Reformatting Operation Initial View Direction (Conditional).

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.ReformattingOperationInitialViewDirection)] 
public Nullable<InitialViewDirection> ReformattingOperationInitialViewDirection { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(7472406)>  
Public Property ReformattingOperationInitialViewDirection() As System.Nullable(Of Leadtools.Dicom.Common.DataTypes.HangingProtocol.InitialViewDirection) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute(7472406)] 
   property System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::InitialViewDirection^> ReformattingOperationInitialViewDirection 
   { 
      System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::InitialViewDirection^> get() 
      void set(System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::InitialViewDirection^> value) 
   } 

Property Value

The Display Set Reformatting Operation Initial View Direction.

Remarks

The ReformattingOperationInitialViewDirection specifies the initial view of the reformatted images. For more information, see InitialViewDirection.

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