Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

BarcodeEngine Property






Engine instance to use when reading barcodes.
Syntax
public BarcodeEngine BarcodeEngine {get; set;}
'Declaration
 
Public Property BarcodeEngine As BarcodeEngine
'Usage
 
Dim instance As DocumentBarcodes
Dim value As BarcodeEngine
 
instance.BarcodeEngine = value
 
value = instance.BarcodeEngine
public BarcodeEngine getBarcodeEngine()
public void setBarcodeEngine(BarcodeEngine value)
            
public:
property BarcodeEngine^ BarcodeEngine {
   BarcodeEngine^ get();
   void set (    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 Documents Library.

Example

For an example, refer to DocumentBarcodes.

Requirements

Target Platforms

See Also

Reference

DocumentBarcodes Class
DocumentBarcodes Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features