Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ScaleFactor Property (ImageViewer)

Show in webframe
Value of the scale factor for the view display.
Syntax
get_scaleFactor();
Object.defineProperty('scaleFactor');

Property Value

TypeDescription
doubleThe value of the scale factor. Default value is 1.0.
Remarks

This value is calculated by UpdateTransform based on the value passed to the last call to Zoom.

ScaleFactor is the maximum of the actual horizontal and vertical values stored in XScaleFactor and YScaleFactor. If Zoom is called with any ControlSizeMode other than ControlSizeMode.Stretch than the horizontal and vertical scale factors will be the same.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file