←Select platform

Reader Property

Summary

Gets the instance of the BarcodeReader class associated with this barcode engine that can be used to read barcodes from an image.

Syntax
C#
VB
Objective-C
C++
Java
public BarcodeReader Reader { get; } 
Public ReadOnly Property Reader As BarcodeReader 
@property (nonatomic, strong, readonly) LTBarcodeReader *reader 
public BarcodeReader getReader() 
public: 
property BarcodeReader^ Reader { 
   BarcodeReader^ get(); 
} 

Property Value

The instance of the BarcodeReader class associated with this barcode engine that can be used to read barcodes from an image.

Remarks

The BarcodeReader class is used to read one or more barcodes from an image. You cannot create an instance of BarcodeReader directly, instead, use the instance created inside BarcodeEngine which is accessed through BarcodeEngine.Reader.

Example

For an example, refer to BarcodeReader.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly