AnnotationControllerDispose Method |
Releases memory used by the AnnotationController and all of its annotations.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax Remarks All annotations and supporting objects implementing the IDisposeable interface will be disposed in this
process. To prevent them from being disposed they must be removed from the controller prior to calling this method.
See Also