imagePosition Property

Summary

Gets or sets the image position patient of the image.

Syntax

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

Property Value

An Array that represents the image position 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly