EBarCodeReader::GetEnablePermissiveDecoding

EBarCodeReader::SetEnablePermissiveDecoding

Enables or disables the decoding of codes containing partially incorrect information.
In practice, when this option is set, the reader assumes a character might be badly printed and uses the checksum to correct that character. In rare cases, this option may lead to reading false positives codes. It has no effect for symbologies in which a checksum is not mandatory.

Namespace: Euresys::Open_eVision::EasyBarCode2

[C++]

bool GetEnablePermissiveDecoding() const

void SetEnablePermissiveDecoding(bool enable)

Remarks

Permissive decoding is enabled by default.

EBarCodeReader.EnablePermissiveDecoding

Enables or disables the decoding of codes containing partially incorrect information.
In practice, when this option is set, the reader assumes a character might be badly printed and uses the checksum to correct that character. In rare cases, this option may lead to reading false positives codes. It has no effect for symbologies in which a checksum is not mandatory.

Namespace: Euresys.Open_eVision.EasyBarCode2

[C#]

bool EnablePermissiveDecoding

{ get; set; }

Remarks

Permissive decoding is enabled by default.