data32 Property (DICOMImageInformation)

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(DICOMImageInformation.prototype, 'data32', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls.Medical Assembly
Click or drag to resize