
Initiates saving the currently loaded form's user input. The actual saving is performed by a method which has to be bound to the DocumentServer.Web.DocumentViewer.SaveFormData event.
[C#]
public void SaveUserInput();
[Visual Basic]
Public Sub SaveUserInput()