←Select platform

Shutdown Method

Summary

Obsolete: Closes the barcode engine and frees the loaded DLLs for Barcode operations from memory.

Syntax

C#
VB
C++
[ObsoleteAttribute()] 
public static void Shutdown() 
<ObsoleteAttribute()> 
Public Shared Sub Shutdown()  
[ObsoleteAttribute()] 
public: 
static void Shutdown();  

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly