Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / BarcodeAppendCheckSum Property
In This Topic
    BarcodeAppendCheckSum Property
    In This Topic
    Description
    Append checksum value to the barcode value in recognition.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property BarcodeAppendCheckSum As Boolean
    Return Type
    A boolean value which is True to append a checksum value. Otherwise, False is returned.
    Remarks

    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.

    See Also