imageOrientation Property

Summary

Gets or sets the image orientation patient of the image.

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

Property Value

An Array that represents the image orientation patient of the image.

Remarks

This value can be retrieved from the DICOM data set.

This value must be set for other medical functionalities to work correctly, like the reference line and series synchronization, and orientation letters overlay text.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly