ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PageView class / hideSelection Method

In This Topic
    hideSelection Method
    In This Topic
    Hide the selection.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function hideSelection() : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfPageView.hideSelection();
    Remarks

    This function causes the viewer to hide the selection, although that will not affect the visual appearance of the viewer until the browser has some idle time or you call the display function. When the selection is hidden, the selectionIsVisible property will be false and the selectionPageRectangle and selectionWindowRectangle properties will be a rectangle with zeros for the x, y, width, and height values.

    See Also