data Property

Summary

Gets or sets the image and window level data that the interactive mode will modify.

Syntax

JavaScript Syntax
Object.defineProperty(WindowLevelInteractiveMode.prototype, 'data', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
data: WindowLevelData; 

Property Value

WindowLevelData that contains the image and window level data that the interactive mode will modify.

Remarks

You can switch between different instances of Data if you want the interactive mode to handle multiple different images.

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