ImageOrientationArray Property

Summary

Gets or sets the array that represents the image orientation.

Syntax
C#
VB
C++
public float[] ImageOrientationArray { get; set; } 
  
Public Property ImageOrientationArray As Single() 
            public: 
property array<float>^ ImageOrientationArray { 
   array<float>^ get(); 
   void set (    array<float>^ ); 
} 

Property Value

Array of float values that represents the orientation of the image.

Remarks
  • This value can be retrieved from the DicomDataSet.
  • To get or set the orientation in a string form, use the ImageOrientation property.
  • If the user fills this property, the ImageOrientation 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