←Select platform

BarcodeEngine Property

Summary

Engine for barcode recognition and processing.

Syntax
C#
VB
C++
Java
public BarcodeEngine BarcodeEngine { get; set; } 
Public Property BarcodeEngine() As BarcodeEngine 
   Get 
   Set 
public:  
   property BarcodeEngine^ BarcodeEngine 
   { 
      BarcodeEngine^ get() 
      void set(BarcodeEngine^ value) 
   } 
getBarcodeEngine(); 
public void setBarcodeEngine( 
   BarcodeEngine 
); 

Property Value

The BarcodeEngine instance used for barcode recognition and processing. Default value is null.

Remarks

If BarcodeEngine is null, BarcodeObjectsManager will not be used for recognition and BarcodeFormField will not be processed.

BarcodeEngine will be set in the BarcodeObjectsManager.Engine and the FormProcessingEngine.BarcodeEngine properties of the internal object used by AutoFormsEngine.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.