BarcodeReader
Wisej.Web.Ext.Barcode.BarcodeReader
Last updated
Was this helpful?
Wisej.Web.Ext.Barcode.BarcodeReader
Last updated
Was this helpful?
Namespace: Wisej.Web.Ext.Barcode
Assembly: Wisej.Web.Ext.Barcode (3.2.0.0)
A component for extending the functionality of the Wisej Camera to include barcode detection.
Initializes a new instance of the without a specified container.
Initializes a new instance of the class with a specified container.
container
extendee
Decodes a barcode from the given image.
image
The image of the barcode.
Uses the ZXing.NET library to parse the image.
Scans the last frame from the attached Camera for a barcode.
An container.
: The Wisej Camera instance to attach to.
: Returns or sets the mode in which the scanner should detect barcodes. (Default: Automatic
)
Returns: .
Returns: . The data encoded in the barcode.
Resets the scanner in mode.
Either the
Fired when no barcode is detected in mode.
Fired when the user scans a barcode.