Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ScaleFactor Property (ImageViewerCenterAtInteractiveMode)

Show in webframe
Factor used to zoom the image in the viewer around the center.
Syntax
get_scaleFactor();
set_scaleFactor(value);
Object.defineProperty('scaleFactor');

Property Value

TypeDescription
doubleThe scale factor used to display the magnified image. Must be a value greater than 0. The default value is 1 (no zoom).
Remarks

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

See Also

Reference

ImageViewerCenterAtInteractiveMode Object
ImageViewerCenterAtInteractiveMode Members

Error processing SSI file