Platforms to show: All Mac Windows Linux Cross-Platform

Back to zxingUPCEANReaderMBS class.

zxingUPCEANReaderMBS.BarcodeFormat as zxingBarcodeFormatMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Barcode MBS Barcode Plugin 13.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The barcode format.

zxingUPCEANReaderMBS.checkChecksum(s as string) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Barcode MBS Barcode Plugin 13.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Checks the checksum of a barcode.
Example
dim s as string = "036000291452"
dim r as new zxingUPCAReaderMBS

dim testOK as Boolean = r.checkChecksum("036000291452")
dim testFail as Boolean = r.checkChecksum("036000291453")

break // see values in debugger

Computes the UPC/EAN checksum on a string of digits, and reports whether the checksum is correct or not.

zxingUPCEANReaderMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Barcode MBS Barcode Plugin 13.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The private constructor.

zxingUPCEANReaderMBS.decodeMiddle(row as zxingBitArrayMBS, start as Integer, byref resultString as string) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Barcode MBS Barcode Plugin 13.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Trys to decode a barcode from one row of pixels.

zxingUPCEANReaderMBS.decodeRow(rowNumber as Integer, row as zxingBitArrayMBS) as zxingResultMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Barcode MBS Barcode Plugin 13.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Trys to decode a barcode from one row of pixels.

See also:

zxingUPCEANReaderMBS.decodeRow(rowNumber as Integer, row as zxingBitArrayMBS, rangeStart as Integer, rangeLength as Integer) as zxingResultMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Barcode MBS Barcode Plugin 13.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Trys to decode a barcode from one row of pixels.

See also:

The items on this page are in the following plugins: MBS Barcode Plugin.


The biggest plugin in space...