←Select platform

BarcodeEngine Property

Summary

The initialized barcode engine object to be used to recognize barcode data.

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

Property Value

An initialized object of type BarcodeEngine. The default value is null.

Remarks

The barcode engine is used to process BarcodeFields objects. If no barcode field is needed, this value can be left as null.

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.Processing.Omr Assembly

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