Click or drag to resize

WebDocumentRequestHandlerOnDocumentSave Method

Called by the handler when a request to save the document has come from client side javascript. This subsequently fires the DocumentSave event.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected void OnDocumentSave(
	DocumentSaveEventArgs e
)

Parameters

e
Type: Atalasoft.Imaging.WebControlsDocumentSaveEventArgs
DocumentSaveEventArgs for this request event.
Remarks
This is not intended to be called manually, as a client request is needed in order for the handler to respond properly.
See Also