
Occurs when DocumentServer.Web.DocumentViewer.Save has been called, while specifying the format parameter only. The event handler receives an argument of type DocumentServer.Web.DocumentViewer.SaveDocumentEventArgs containing data related to this event.
[C#]
public event SaveDocumentEventHandler SaveDocument;
[Visual Basic]
Public Event SaveDocument As SaveDocumentEventHandler