ImageOrientation Property

Summary

Gets or sets a string with the float values that represent the orientation of the image attached to this cell.

Syntax
C#
VB
C++
public string ImageOrientation { get; set; } 
  
Public Property ImageOrientation As String 
            public: 
property String^ ImageOrientation { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A string with the float values that represent the orientation of the image attached to this cell. The values are separated in this string by '\'.

Remarks
  • This value can be retrieved from the DicomDataSet.
  • To get or set the orientation in a float array form, use the ImageOrientationArray property.
  • If the user fills this property, the ImageOrientationArray property will be filled as well.

Example

For an example, refer to DicomSortSeriesStack

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