←Select platform

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 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 MedicalViewerSeriesStack

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly