←Select platform

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 represents 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 method ImageOrientationArray property.
  • If the user fills this property, the property ImageOrientationArray 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