Click or drag to resize

WebDocumentRequestHandlerOnAnnotationStreamWritten Method

Called by the handler during a save event, right before the AnnotationStream is closed. This subsequently fires the AnnotationStreamWritten 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 OnAnnotationStreamWritten(
	DocumentSaveEventArgs e
)

Parameters

e
Type: Atalasoft.Imaging.WebControlsDocumentSaveEventArgs
DocumentSaveEventArgs for this request event
Remarks
Only the AnnotationStream will be populated during this event,
See Also