'Declaration Public ReadOnly Property ValidCheckSum As Boolean
public bool ValidCheckSum {get;}
public: __property bool get_ValidCheckSum();
'Declaration Public ReadOnly Property ValidCheckSum As Boolean
public bool ValidCheckSum {get;}
public: __property bool get_ValidCheckSum();
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 the Result Class for more information about retrieving results.