LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
Dispose Method
See Also 
Leadtools.Dicom.Web Namespace > MedicalWebViewerLoader Class : Dispose Method



Overloaded.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Dispose() 
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerLoader
 
instance.Dispose()
C# 
public virtual void Dispose()
C++/CLI 
public:
virtual void Dispose(); 

Remarks

Call this method when you are done with the MedicalWebViewerLoader to free resources.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also