ASP.NET Ajax Javascript (Specification) | |
---|---|
function showPagePointAtCenter( imagePoint : Point ) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfPageView.showPagePointAtCenter(Point); |
Parameters
- imagePoint
- The image point to display at the center of the viewer. The units for the point are the same as the units for pageWidth and pageHeight (pixels for raster images and points for PDF images).
Displays an image point, as specified in the imagePoint parameter, at the center of the viewer. This function will not change the current rotation, mirroring or scaling of the viewer.