LEADTOOLS Medical (Leadtools.MedicalViewer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
ImageOrientationArray Property
See Also 
Leadtools.MedicalViewer Namespace > MedicalViewerImageData Class : ImageOrientationArray Property



Gets or sets the array that represents the Image orientation.

Syntax

Visual Basic (Declaration) 
Public Property ImageOrientationArray As Single()
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerImageData
Dim value() As Single
 
instance.ImageOrientationArray = value
 
value = instance.ImageOrientationArray
C# 
public float[] ImageOrientationArray {get; set;}
C++/CLI 
public:
property array<float>^ ImageOrientationArray {
   array<float>^ get();
   void set (    array<float>^ value);
}

Property Value

Array of float that represents the orientation of the image.

Example

For an example, refer to MedicalViewerSeriesStack

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features