backCanvas Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(ChunkData.prototype, 'backCanvas', 
	get: function(), 
	set: function(value) 
) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly