ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > PageView class : showSelection Method |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function showSelection( imageRectangle : Rectangle ) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfPageView.showSelection(Rectangle); |
This function causes the viewer to show a selection around the specified rectangle of the image, although that will not affect the visual appearance of the viewer until the browser has some idle time or you call the display() function. If the viewer does not have an open image, this function will do nothing.