targetOrientation Property (Frame)

Summary

Gets or sets the target orientation value which represents the user's intended value for the image orientation.

Syntax

JavaScript Syntax
Object.defineProperty(Frame.prototype, 'targetOrientation', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
targetOrientation: string[];

Property Value

An array that represents the target orientations values.

Remarks

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.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls.Medical Assembly
Click or drag to resize