Check if there is a valid checksum value for the recognized barcode.
Read-write property
Visual Basic |
---|
Public Property ChecksumOK As Integer |
An integer value which represents if the checksum is valid.
The current barcode is determined by the GetBarcode method.
- For barcodes with a checksum, it returns whether the checksum is valid.
- A value of 1 represents True, a value of 0 represents False.
- For barcodes without a checksum, it returns False.
- For barcodes with error correction, it returns True.