scaleFactor Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerZoomAtInteractiveMode.prototype, 'scaleFactor', 
	get: function(), 
	set: function(value) 
) 
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:

  • If the value of ScaleFactor is 1 (the default value), then no zooming is performed

  • If the value of ScaleFactor is greater than 1, then this value is multiplied by the current viewer scale factor (Leadtools.Controls.ImageViewer.ScaleFactor) to zoom the image in around the point

  • If the value of ScaleFactor is less than 1, then this value is multiplied by the current viewer scale factor (Leadtools.Controls.ImageViewer.ScaleFactor) to zoom the image out around the point

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