Gets the instance of the BarcodeReader class associated with this barcode engine that can be used to read barcodes from an image.
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();
public:
property Leadtools.Barcode.BarcodeReader^ Reader {
Leadtools.Barcode.BarcodeReader^ get();
}
The instance of the BarcodeReader class associated with this barcode engine that can be used to read barcodes from an image.
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.
For an example, refer to BarcodeReader.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET