Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

EraseBackgroundOnInvalidate Property

Show in webframe
Indicates whether the ImageViewer will clear the foreground canvas prior to rendering.
Syntax
get_eraseBackgroundOnInvalidate();
set_eraseBackgroundOnInvalidate(value);
Object.defineProperty('eraseBackgroundOnInvalidate');

Property Value

TypeDescription
booleantrue to to clear the foreground canvas prior to rendering; otherwise, it is false. Default value is true.
Remarks

Changing the value of this property will fire the PropertyChanged event and calls the Invalidate method.

For more information, refer to Image Viewer Rendering.

The EraseBackground event will always occur during rendering regardless of the value of EraseBackgroundOnInvalidate.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file