scaleFactor Property

Summary

Factor used to zoom the image in the viewer around the point.

Syntax

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

Property Value

The scale factor used to display the magnified image. Must be a value greater than 0. The default value is 2 (zoom in twice).

Remarks

Use the value of ScaleFactor to performing zooming of the image around the point when the user taps on the viewer as follows:

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