Click or drag to resize

WebAnnotationViewerOnAnnotationCreated Method

Called when a new annotation has been created by the user.

Namespace:  Atalasoft.Imaging.WebControls.Annotations
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void OnAnnotationCreated(
	AnnotationData annData
)

Parameters

annData
Type: Atalasoft.AnnotateAnnotationData
The annotation that was created.
Remarks
Caution note Caution
WebAnnotationViewer control is not available for .NET Core.
See Also