Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

UseElements Property (ImageViewer)

Show in webframe
Checks if the viewer is using the Elements Mode.
Syntax
get_useElements();
Object.defineProperty('useElements');

Property Value

TypeDescription
booleantrue if this image viewer is using the Elements Mode, otherwise; false.
Remarks

UseElements will be set to the same value set in the ImageViewerCreateOptions.UseElements property used when this image viewer is created.

Refer to Image Viewer Elements Mode for more information.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file