ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PageView class / showPagePointAtCenter Method

In This Topic
    showPagePointAtCenter Method
    In This Topic
    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