renderer Property

Summary

Gets or sets the render which is the engine responsible for rendering the image using the specified window level parameters.

Syntax

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

Property Value

DICOMImageInformationRenderer which is the engine responsible for rendering the image using the specified window level parameters

Remarks

To change the window level interactively (using mouse, or touch and drag) refer WindowLevelInteractiveMode, and for the medical viewer, refer to WindowLevelAction.

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