useElements Property

Summary

Use real HTML5 elements to render the viewer and its items.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerCreateOptions.prototype, 'useElements', 
	get: function(), 
	set: function(value) 
) 
useElements: boolean; 

Property Value

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.

Remarks

For more information refer to Image Viewer Elements Mode.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly