backCanvas Property

Summary

Gets or sets the canvas that contains the raw image data before processing.

Syntax

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

Property Value

CanvasElement that represents the canvas that contains the raw image data before processing.

Remarks

when the image is downloaded is it is actually an RGB representation of the 16-bit data, the image is going to be printed as is on this canvas. To get the canvas that contains the data rendered on the screen, refer to Canvas

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