C#
VB
C++
Gets or sets the array that represents the Image orientation.
public float[] ImageOrientationArray { get; set; }
Public Property ImageOrientationArray As Single()
public:
property array<float>^ ImageOrientationArray {
array<float>^ get();
void set ( array<float>^ );
}
Array of float that represents the orientation of the image.
For an example, refer to MedicalViewerSeriesStack
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