Click or drag to resize

WebDocumentRequestHandlerDocumentStreamWritten Event

Fires after the document has been written to the save stream, but before it's closed.

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
public event DocumentSaveEventHandler DocumentStreamWritten

Value

Type: Atalasoft.Imaging.WebControlsDocumentSaveEventHandler
Remarks
Only the DocumentStream will be populated during this event.
See Also