ImageGear .NET - Updated
hideSelection Method

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : hideSelection Method
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

Reference

PageView class
PageView Members