EBarCodeReader::GetValidateOptionalChecksum

EBarCodeReader::SetValidateOptionalChecksum

Enables/Disables checksum validation for all symbologies for which a checksum is optional, for example Code39.
See complete list at https://documentation.euresys.com/Products/OPEN_EVISION/OPEN_EVISION/en-us/Content/00_Home/List_of_Supported_Codes.htm

Namespace: Euresys::Open_eVision::EasyBarCode2

[C++]

bool GetValidateOptionalChecksum() const

void SetValidateOptionalChecksum(bool validate)

Remarks

If validation is enabled for symbologies with an optional checksum, barcodes of these symbologies with an erroneous checksum will not be returned.
By default, validation is not enforced when checksum is optional to avoid removing correct codes.

EBarCodeReader.ValidateOptionalChecksum

Enables/Disables checksum validation for all symbologies for which a checksum is optional, for example Code39.
See complete list at https://documentation.euresys.com/Products/OPEN_EVISION/OPEN_EVISION/en-us/Content/00_Home/List_of_Supported_Codes.htm

Namespace: Euresys.Open_eVision.EasyBarCode2

[C#]

bool ValidateOptionalChecksum

{ get; set; }

Remarks

If validation is enabled for symbologies with an optional checksum, barcodes of these symbologies with an erroneous checksum will not be returned.
By default, validation is not enforced when checksum is optional to avoid removing correct codes.