Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

Element Property (ImageViewer)

Show in webframe
The HTML or SVG Element to be displayed in the viewer (single item mode).
Syntax
get_element();
set_element(value);
Object.defineProperty('element');

Property Value

TypeDescription
ElementThe svg or user-defined HTML 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 Element of ActiveItem. For more information, refer to Image Viewer in Single Item Mode.

Example

For an example, refer to Element

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file