viewPosition Property

Summary

Gets or sets the view position of the image.

Syntax

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

Property Value

A string that represents the view position of the image.

Remarks

This value is only used if the ImageOrientation is not present.

you can retrieve this value from the DICOM Data set.

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