←Select platform

BarcodeEngine Property

Summary
Gets or sets the barcode engine that is going to be used for field processing.

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

Property Value

The barcode engine to be used to recognize barcodes.

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 Assembly

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