useBackCanvas Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(Cell.prototype, 'useBackCanvas', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly