←Select platform

Startup Method

Summary

Obsolete: Initializes the barcode engine and pre-loads the required assemblies for Barcode operations into memory.

Syntax

C#
VB
C++
[ObsoleteAttribute()] 
public static void Startup(  
   Leadtools.Barcode.Deprecated.BarcodeMajorTypeFlags flags 
) 
<ObsoleteAttribute()> 
Public Shared Sub Startup( _ 
   ByVal flags As Leadtools.Barcode.Deprecated.BarcodeMajorTypeFlags _ 
)  
[ObsoleteAttribute()] 
public: 
static void Startup(  
   Leadtools.Barcode.Deprecated.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

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

Leadtools.Barcode Assembly