data32 Property

Summary

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

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

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

Leadtools.Controls.Medical Assembly