useElements Property

Summary

Checks if the viewer is using the Elements Mode.

Syntax

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

Leadtools.Controls Assembly