←Select platform

BarcodeEngine Property

Summary

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

Syntax
C#
C++/CLI
Python
public BarcodeEngine BarcodeEngine { get; set; } 
public:   
   property BarcodeEngine^ BarcodeEngine  
   {  
      BarcodeEngine^ get()  
      void set(BarcodeEngine^ value)  
   }  
BarcodeEngine # get and set (Engines) 

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

Leadtools.Forms.Processing.Omr Assembly

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