Click or drag to resize

WebDocumentViewerCallbacksDocumentStreamWritten Method

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

Namespace:  Atalasoft.Imaging.WebControls.Core
Assembly:  Atalasoft.dotImage.WebControls.Core (in Atalasoft.dotImage.WebControls.Core.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual void DocumentStreamWritten(
	DocumentSaveEventArgs args
)

Parameters

args
Type: Atalasoft.Imaging.WebControlsDocumentSaveEventArgs

Implements

IWebDocumentViewerCallbacksDocumentStreamWritten(DocumentSaveEventArgs)
Remarks
Only the DocumentStream will be populated during this event.
See Also