Leadtools.Controls Namespace > ImageViewerCreateOptions Object : UseElements Property |
get_useElements();
set_useElements(value);
Object.defineProperty('useElements');
Type | Description |
---|---|
boolean | true 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. |
For more information refer to Image Viewer Elements Mode.