Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

Zoom Method (ImageViewerItem)

Show in webframe
The size mode to use.
The desired zoom value. This must be a value greater than 0. A value of 1.0 equals 100 percent zoom, a value of 0.5 equals to 50 percent, a value of 1.5 equals 150 percent zoom and so on.
The origin of the zoom operation.
Zooms or changes the size mode of this item.
Syntax
 function Leadtools.Controls.ImageViewerItem.zoom( 
   sizeMode ,
   value ,
   origin 
)

Parameters

ParameterTypeDescription
sizeModeControlSizeModeThe size mode to use.
valuedoubleThe desired zoom value. This must be a value greater than 0. A value of 1.0 equals 100 percent zoom, a value of 0.5 equals to 50 percent, a value of 1.5 equals 150 percent zoom and so on.
originLeadPointDThe origin of the zoom operation.
Remarks

This method will update Transform based on the values passed. For information on how zoom works, refer to Zoom. This method works the same way except the zoom is performed on this item only and the values will be stored in Transform.

origin is the origin of the zoom operation. Use DefaultZoomOrigin to zoom around the center of the item.

See Also

Reference

ImageViewerItem Object
ImageViewerItem Members

Error processing SSI file