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

In This Topic
    saveArtPage Method
    In This Topic
    Saves all art marks on a page using ImageGear service.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function saveArtPage( 
       onSave : function
    ) : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfPageView.saveArtPage(function);

    Parameters

    onSave
    The function to call when art page is saved.
    Remarks
    This method uses ImageGear service to save all marks to the server. This method saves art objects that are changed or newly created by the user. The previous art marks for the page are overwritten.

    This method is useful for saving art page when the PageView control is created using client side API.

    See Also