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

Leadtools.Forms.Processing.Omr Assembly