C#
VB
C++
Gets or sets an array of float values that represent the orientation of the image attached to this cell.
public float[] ImageOrientation { get; set; }
Public Property ImageOrientation As Single()
public:
property array<float>^ ImageOrientation {
array<float>^ get();
void set ( array<float>^ );
}
Array of float values that represent the orientation of the image attached to this cell.
For an example, refer to MedicalViewerReferenceLineProperties
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET