imageData Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(Frame.prototype, 'imageData', 
	get: function(), 
	set: function(value) 
) 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.