.NET MAUI Barcode Auto-Checksum
By default, the Barcode control automatically adds a checksum at the end.
To disable the auto-checksum functionality, set the AutoCheckSum
property of its Symbology to false
.
When the auto-checksum feature is disabled, you have to manually add a checksum to ensure the reliability of the barcode symbol.