←Select platform

BarcodeEngine Property

Summary

Engine instance to use when reading barcodes.

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

Property Value

The engine instance to use when reading barcodes. Default value is null.

Remarks

The DocumentPage.ReadBarcodes method is used to read the barcodes of a page. The document will check if the value in BarcodeEngine is not null, if so, it will try to read the barcodes based on options set in BarcodeReader.

For more information, refer to Barcode processing with the Document Library.

Example

For an example, refer to DocumentBarcodes.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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