Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

BackImageUrl Property (ImageViewerItem)

Show in webframe
Optional URL to the background of this item.
Syntax
get_backImageUrl();
set_backImageUrl(value);
Object.defineProperty('backImageUrl');

Property Value

TypeDescription
stringThe URL to the optional background image of this item. Default value is null.
Remarks

The action taken when setting this value depends on whether the item is already a member of a viewer (it has been added to Items). If the item is not part of a viewer, then the value of BackImageUrl will be set with the new value and the actions described below will not occur until the item is added to a viewer.

When setting the value of this property (or adding an item to the viewer's Items), the viewer will load the new image in similar fashion to Url except the using ImageViewerItemChangedReason.BackImageUrl for the ItemChanged and ItemError events.

BackImageUrl property of ImageViewer will update this member if this is the active item when the viewer is used in single item mode.

For more information, refer to Image Viewer Items.

See Also

Reference

ImageViewerItem Object
ImageViewerItem Members

Error processing SSI file