Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

BackImageUrl Property (ImageViewer)

Show in webframe
URL to the optional background image to displayed in the viewer (single item mode).
Syntax
get_backImageUrl();
set_backImageUrl(value);
Object.defineProperty('backImageUrl');

Property Value

TypeDescription
stringThe URL to the optional background image to be displayed in the viewer (single item mode). Default value is null.
Remarks

This is a helper property for applications that use ImageViewer in single item mode. It is a shortcut to BackImageUrl of ActiveItem. For more information, refer to Image Viewer in Single Item Mode.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file