reverse Property

Summary

Reverse (mirror) the image inside this item horizontally

Syntax

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

Property Value

true to reverse (mirror) the image inside this item horizontally, otherwise; false.

Remarks

This is a display value and will not change the image data.

This is a state value. For more information, for more information, refer Image Viewer Transformation.

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