Click or drag to resize

ReadOptsEnforceChecksum Property

Enforce the checksum in those symbologies in which a checksum character is optional. Initialized to false by constructor.

Namespace:  Atalasoft.Barcoding.Reading
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool EnforceChecksum { get; set; }

Property Value

Type: Boolean
Enforce the checksum in those symbologies in which a checksum character is optional.
Remarks
Affected symbologies are: Code 11 (first 'C' checksum always enforced, second 'K' checksum optional)Code 39Code 93 (2 check characters)Interleaved 2 of 5

If set to false then a checksum is not carried out and the character that would otherwise be the checksum character is just a character in the encodation string. If set to true then a checksum is performed and the barcode is only recognized if the checksum is valid.

Initialized to false by constructor.

See Also