Click or drag to resize

AnnotateViewerAnnotationDeserialization Event

Raised after annotation data has been deserialized but before the annotations have been added to the AnnotationController.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public event AnnotationDeserializationEventHandler AnnotationDeserialization

Value

Type: Atalasoft.Annotate.FormattersAnnotationDeserializationEventHandler
Remarks
This event is useful for modifying the annotations before they are shown to the end-user.
See Also