WebAnnotationViewer.OnAnnotationCreated 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)
Syntaxprotected virtual void OnAnnotationCreated(
AnnotationData annData
)
Protected Overridable Sub OnAnnotationCreated (
annData As AnnotationData
)
Parameters
- annData
- Type: Atalasoft.Annotate.AnnotationData
The annotation that was created.
Remarks Caution |
---|
WebAnnotationViewer control is not available for .NET Core. |
See Also