WebAnnotationController.Dispose Method |
Releases memory used by the AnnotationController and all of its
annotations.
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)
SyntaxImplements
IDisposable.Dispose()
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