Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ScaleFactor Property (ImageViewerZoomAtInteractiveMode)

Show in webframe
Factor used to zoom the image in the viewer around the point.
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 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:

See Also

Reference

ImageViewerZoomAtInteractiveMode Object
ImageViewerZoomAtInteractiveMode Members

Error processing SSI file