
The SaveDocumentEventArgs class provides data for the DocumentServer.Web.DocumentViewer.SaveDocument event.
Introduced: 15.0.
[C#]
public class SaveDocumentEventArgs : EventArgs
[Visual Basic]
Public Class SaveDocumentEventArgs
Inherits EventArgs
| Property | Description | |
| Document | Gets a snapshot of the currently loaded document for further processing. | |
| FileFormat | Specifies the format of DocumentServer.Web.DocumentViewer.SaveDocumentEventArgs.Document. |