imageData Property

Summary

Gets or sets the array that represents the full 16-bit image data.

Syntax

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

Property Value

An array that represents the full 16-bit image data.

Remarks

This should be full the image data in a non compressed form, the better way here is to use SetPNGDataSrc.

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