Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

AutoRemoveItemElements Property

Show in webframe
Controls how the image viewer handles items that are out of view.
Syntax
get_autoRemoveItemElements();
set_autoRemoveItemElements(value);
Object.defineProperty('autoRemoveItemElements');

Property Value

TypeDescription
booleantrue to delete the HTML elements of out of view items, otherwise; false. Default value is true.
Remarks

For more information refer to Image Viewer Elements Mode.

See Also

Reference

ImageViewerElementsModeCreateOptions Object
ImageViewerElementsModeCreateOptions Members

Error processing SSI file