image Property

Summary

Gets or sets the image data compressed as a png image.

Syntax

JavaScript Syntax
Object.defineProperty(DICOMImageInformation.prototype, 'image', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
image: HTMLImageElement; 

Property Value

ImageElement that contains the image data compressed as a png image.

Remarks

To set the image data directly, refer to Data32.

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