Gets or sets the target orientation value which represents the user's intended value for the image orientation.
Object.defineProperty(Frame.prototype, 'targetOrientation',
get: function(),
set: function(value)
)
targetOrientation: string[];
An array that represents the target orientations values.
The engine will take the target orientation and compare it to the image orientation provided here ImageOrientation.
If the target orientation and ImageOrientation are different, then the engine will flip/rotate/reverse the image to make them match.
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