LEADTOOLS Barcode (Leadtools.Barcode assembly)

Reader Property

Show in webframe







Gets the instance of the BarcodeReader class associated with this barcode engine that can be used to read barcodes from an image.
Syntax
public BarcodeReader Reader {get;}
'Declaration
 
Public ReadOnly Property Reader As BarcodeReader
'Usage
 
Dim instance As BarcodeEngine
Dim value As BarcodeReader
 
value = instance.Reader
public BarcodeReader Reader {get;}
@property (nonatomic, strong, readonly) LTBarcodeReader* reader;
public BarcodeReader getReader()
 get_Reader(); 
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

See Also

Reference

BarcodeEngine Class
BarcodeEngine Members
BarcodeReader Class
Reading Barcodes Tutorial

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features