ImageGear .NET - Updated
showPagePointAtCenter Method

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : showPagePointAtCenter Method
Displays the specified point at the center of the viewer.
Syntax
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).
Remarks

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.

See Also

Reference

PageView class
PageView Members