←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly