AnnotateViewerDispose Method (Boolean) |
Releases resources used by the viewer.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxprotected override void Dispose(
bool disposing
)
Protected Overrides Sub Dispose (
disposing As Boolean
)
Parameters
- disposing
- Type: SystemBoolean
Indicates whether this method was called from the Dispose method or the finalizer.
See Also