canvas Property (DICOMImageInformation)

Summary

Gets or sets the canvas that contains the source image data.

Syntax

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

Property Value

CanvasElement that contains the source image data.

Remarks

To set the image data directly, refer to Data32.

To use png data instead, 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