useElements Property

Summary

Checks if the viewer is using the Elements Mode.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewer.prototype, 'useElements', 
	get: function() 
) 
useElements: boolean; // read-only 

Property Value

true 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.

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