Leadtools.Barcode.Deprecated Namespace > BarcodeEngine Class : Startup Method |
[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 )
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.