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 BarcodeReader
@property (nonatomic, strong, readonly) LTBarcodeReader *reader
public BarcodeReader getReader()
public:
property BarcodeReader^ Reader {
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document