←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
Java
Objective-C
WinRT C#
C++
public BarcodeReader Reader { get; } 
Public ReadOnly Property Reader As Leadtools.Barcode.BarcodeReader 
public Leadtools.Barcode.BarcodeReader Reader {get;} 
@property (nonatomic, strong, readonly) LTBarcodeReader *reader 
public BarcodeReader getReader() 
 get_Reader();  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly