showPagePointAtCenter Method
In This Topic
Displays the specified point at the center of the viewer.
Syntax
ASP.NET Ajax JavaScript (Specification) | |
---|
function showPagePointAtCenter(
: 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).
See Also