useBackCanvas Property

Summary

Gets or sets whether to use the back canvas in the cell.

Syntax
TypeScript
JavaScript
Object.defineProperty(Cell.prototype, 'useBackCanvas', 
	get: function(), 
	set: function(value) 
) 
useBackCanvas: boolean; 

Property Value

true to use the back canvas, false otherwise.

Remarks

The back canvas is a canvas that is saved for each sub-cell which contains the image.

Use this property if you need to apply image processing on the image in the client side.

Set this value to false in order to save more system memory.

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