Click or drag to resize

WebDocumentViewerCallbacksAnnotationStreamWritten Method

Calls after the annotation data has been written to the annotation 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 AnnotationStreamWritten(
	DocumentSaveEventArgs args
)

Parameters

args
Type: Atalasoft.Imaging.WebControlsDocumentSaveEventArgs

Implements

IWebDocumentViewerCallbacksAnnotationStreamWritten(DocumentSaveEventArgs)
Remarks
Only the AnnotationStream will be populated during this event,
See Also