Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ImageUrl Property

Show in webframe
URL to the image to displayed in the viewer (single item mode).
Syntax
get_imageUrl();
set_imageUrl(value);
Object.defineProperty('imageUrl');

Property Value

TypeDescription
stringThe URL to the 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 Url of ActiveItem. For more information, refer to Image Viewer in Single Item Mode.

Example

For an example, refer to Url

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file