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

In This Topic
    flip Method
    In This Topic
    Flips the current image (swaps the top and bottom edges).
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function flip() : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfPageView.flip();
    Remarks

    Flips the current image (swaps the top and bottom edges), while keeping the portion of the image at the center of the viewer remaining in the same location.

    See Also