ImageGear for .NET
zoomOut Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > PageView Class : zoomOut Method

factor
Use this parameter to indicate how much to zoom out from the image. The value should be greater than 1 because 1 indicates no zooming. A value of 2 indicates the image should halve in size. Typically, you should use a value between 1.25 and 1.75.

Glossary Item Box

Zooms out from the current image.

Syntax

ASP.NET Ajax Javascript (Specification) 
function zoomOut( 
   factor : number
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPageView.zoomOut(number);

Parameters

factor
Use this parameter to indicate how much to zoom out from the image. The value should be greater than 1 because 1 indicates no zooming. A value of 2 indicates the image should halve in size. Typically, you should use a value between 1.25 and 1.75.

Remarks

Zooms out from the current image, while keeping the portion of the image at the center of the viewer remaining in the same location.

See Also

©2013. Accusoft Corporation. All Rights Reserved.