scaleFactor Property

Summary

Scale factor used to display the magnified image.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerMagnifyGlassInteractiveMode.prototype, 'scaleFactor', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
scaleFactor: number; 

Property Value

The scale factor used to display the magnified image. Default value is 2 (2X zoom).

Example

For an example, refer to ImageViewer.InteractiveModes.

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