Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

UseElements Property (ImageViewerCreateOptions)

Show in webframe
Use real HTML5 elements to render the viewer and its items.
Syntax
get_useElements();
set_useElements(value);
Object.defineProperty('useElements');

Property Value

TypeDescription
booleantrue to use real HTML5 elements to render the viewer and its items; otherwise, false to paint the viewer and its items' images onto the canvas. Default value is false.
Remarks

For more information refer to Image Viewer Elements Mode.

See Also

Reference

ImageViewerCreateOptions Object
ImageViewerCreateOptions Members

Error processing SSI file