Accusoft BarcodeXpress v9.0
ChecksumOK Property
See Also  Send comments on this topic.
AccusoftBarcodeXpress9 ActiveX DLL > BarcodeXpress Object : ChecksumOK Property

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.