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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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