ImageGear .NET - Updated
magnifierMagnification Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : magnifierMagnification Property
Indicates the magnification of the magnifier.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_magnifierMagnification() : Number
function set_magnifierMagnification(value : Number)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPageView.get_magnifierMagnification();
Remarks

This property is a number that specifies the magnification applied to the image displayed in the magnifier. This must be a value between 1.5 and 8.0, with larger values magnifying more than smaller ones. In most cases, 3.0 is a good value.

See Also

Reference

PageView class
PageView Members