Append checksum value to the barcode value in recognition.
Read-write property
Visual Basic |
---|
Public Property BarcodeAppendCheckSum As Boolean |
A boolean value which is True to append a checksum value. Otherwise, False is returned.
The default value is False.
For barcode types that require a checksum, the checksum value will be appended if True.
This property does not have any effect for barcode types which do not have a checksum or the checksum is optional.
Note: UPC and EAN barcodes always append a checksum character to the barcode results regardless of this property's value.