Gets or sets whether to use the back canvas in the cell.
Object.defineProperty(Cell.prototype, 'useBackCanvas',
get: function(),
set: function(value)
)
useBackCanvas: boolean;
true to use the back canvas, false otherwise.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET