←Select platform

Engine Property

Summary
Gets/sets the barcode engine to read barcodes.

Syntax
C#
VB
C++
Java
public BarcodeEngine Engine { get; set; } 
  
Public Property Engine As BarcodeEngine 
public BarcodeEngine getEngine(); 
public void setEngine( 
   BarcodeEngine barcodeEngine 
); 
public: 
property BarcodeEngine^ Engine { 
   BarcodeEngine^ get(); 
   void set (    BarcodeEngine^ ); 
} 

Property Value

The Leadtools.Barcode.BarcodeEngine that is used in this BarcodeObjectsManager to perform barcode reading

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.

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