ImageGear for .NET
hideSelection Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > PageView Class : hideSelection Method

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.