ASP.NET Ajax Javascript (Specification) | |
---|---|
function showSelection( imageRectangle : Rectangle ) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfPageView.showSelection(Rectangle); |
Parameters
- imageRectangle
- The location at which the selection should be placed. The units of the rectangle are the same as that for pageWidth (pixels for raster images and points for PDF images). The selection will be clipped to the bounds of the actual image.