useElements Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerCreateOptions.prototype, 'useElements', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly