LEADTOOLS Barcode (Leadtools.Barcode assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Startup Method
See Also 
Leadtools.Barcode Namespace > BarcodeEngine Class : Startup Method



flags
Barcode major type. Values can be combined, when appropriate, by using a bitwise OR (|).
flags
Barcode major type. Values can be combined, when appropriate, by using a bitwise OR (|).
Obsolete: Initializes the barcode engine and pre-loads the required assemblies for Barcode operations into memory.

Syntax

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 Startup( _
   ByVal flags As BarcodeMajorTypeFlags _
) 
Visual Basic (Usage)Copy Code
Dim flags As BarcodeMajorTypeFlags
 
BarcodeEngine.Startup(flags)
C# 
[ObsoleteAttribute("This method has been deprecated. You no longer have to call Startup or Shutdown to use the barcode engine.")]
public static void Startup( 
   BarcodeMajorTypeFlags flags
)
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 Startup( 
   BarcodeMajorTypeFlags flags
) 

Parameters

flags
Barcode major type. Values can be combined, when appropriate, by using a bitwise OR (|).

Remarks

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

This method must be called before calling any other Leadtools.Barcode functionality. If Startup method is called in an application, Exit method must be called before terminating the application.

This method pre-loads the assemblies necessary for the specified barcode operations which can improve performance if you know what barcode types you plan on using. If a barcode major type is not initialized with this function you may still use it and the necessary assemblies will be loaded when Leadtools.Barcode.BarcodeEngine.Read or Leadtools.Barcode.BarcodeEngine.Write is executed.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features