canvas Property

Summary

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

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

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