LEADTOOLS Barcode (Leadtools.Barcode assembly)

Startup Method

Show in webframe







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
[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
)
'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 _
) 
'Usage
 
Dim flags As BarcodeMajorTypeFlags
 
BarcodeEngine.Startup(flags)
[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
)

            

            
ObsoleteAttribute("This method has been deprecated. You no longer have to call Startup or Shutdown to use the barcode engine.")
 function Leadtools.Barcode.Deprecated.BarcodeEngine.Startup( 
   flags 
)
[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 Read or Write is executed.

Requirements

Target Platforms

See Also

Reference

BarcodeEngine Class
BarcodeEngine Members
Read Method
Write Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features