imageData Property

Summary

Gets or sets the array that contains the full image data.

Syntax

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

Property Value

An array that contains the full image data.

Remarks

For 16-bit images, each 16-bit is stored in one entity.

You can set the data in compressed PNG form, refer to Image.

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