ImageGear for .NET
saveArtPage Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > PageView Class : saveArtPage Method

onSave
The function to call when art page is saved.

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.