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

In This Topic
    magnifierWidth Property
    In This Topic
    Indicates the width of the magnifier.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_magnifierWidth() : Integer
    function set_magnifierWidth(value : Integer)
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfPageView.get_magnifierWidth();
    Remarks

    This property is a number that specifies the width of the magnifier, in window pixels. This must be a value between 25 and 500.

    See Also