Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / ChecksumOK Property
In This Topic
    ChecksumOK Property
    In This Topic
    Description
    Check if there is a valid checksum value for the recognized barcode.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property ChecksumOK As Integer
    Return Type
    An integer value which represents if the checksum is valid.
    Remarks

    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.
    See Also