LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Shutdown Method
See Also 
Leadtools.Codecs Namespace > RasterCodecs Class : Shutdown Method



Obsolete: Releases all the data used to start the LEADTOOLS I/O Library.

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("This method has been deprecated. You no longer have to call Startup or Shutdown to use RasterCodecs.")>
Public Shared Sub Shutdown() 
Visual Basic (Usage)Copy Code
RasterCodecs.Shutdown()
C# 
[ObsoleteAttribute("This method has been deprecated. You no longer have to call Startup or Shutdown to use RasterCodecs.")]
public static void Shutdown()
C++/CLI 
[ObsoleteAttribute("This method has been deprecated. You no longer have to call Startup or Shutdown to use RasterCodecs.")]
public:
static void Shutdown(); 

Remarks

Note: This method is obsolete and should no longer be used. You can use the RasterCodecs object without calling Startup or Shutdown.

This static (shared) method must be called when the members of the Leadtools.Codecs namespace is no longer to be used, usually before your application shuts down.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also