Visual Basic (Declaration) | |
---|---|
<ObsoleteAttribute("This method has been deprecated. You no longer have to call Startup or Shutdown to use the barcode engine.")> Public Shared Sub Shutdown() |
Visual Basic (Usage) | Copy Code |
---|---|
BarcodeEngine.Shutdown() |
C# | |
---|---|
[ObsoleteAttribute("This method has been deprecated. You no longer have to call Startup or Shutdown to use the barcode engine.")] public static void Shutdown() |
C++/CLI | |
---|---|
[ObsoleteAttribute("This method has been deprecated. You no longer have to call Startup or Shutdown to use the barcode engine.")] public: static void Shutdown(); |
For an example, refer to BarcodeEngine.Read example.
Note: This method is obsolete and should no longer be used. You can use the BarcodeEngine object without calling Startup or Shutdown.
This must be the last barcode-related method that is called in an application.
No other Leadtools.Barcode functionality can be used after Shutdown method is called. To use other methods after calling this method, The Initialize method must be called again.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7