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.
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.