ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PageView class / magnifierMagnification Property

In This Topic
    magnifierMagnification Property
    In This Topic
    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