Visual Basic (Declaration) | |
---|---|
Public Shared Sub Startup( _ ByVal flags As BarcodeMajorTypeFlags _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static void Startup( BarcodeMajorTypeFlags flags ) |
Managed Extensions for C++ | |
---|---|
public: static void Startup( BarcodeMajorTypeFlags flags ) |
C++/CLI | |
---|---|
public: static void Startup( BarcodeMajorTypeFlags flags ) |
Parameters
- flags
- Barcode major type. Values can be combined, when appropriate, by using a bitwise OR (|).
For an example, refer to BarcodeEngine.Read example.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family