Leadtools.Controls Namespace > ImageViewer Object : BackImageUrl Property |
get_backImageUrl();
set_backImageUrl(value);
Object.defineProperty('backImageUrl');
Type | Description |
---|---|
string | The URL to the optional background image to be displayed in the viewer (single item mode). Default value is null. |
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.