ImageGear .NET v24.14 - Updated September 15, 2020
AppendCheckSum Property




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeReader Class : AppendCheckSum Property
Gets or sets a value indicating whether a check sum value is appended to the barcode during recognition.
Syntax
'Declaration
 
Public Property AppendCheckSum As Boolean
 
'Usage
 
Dim instance As ImGearBarcodeReader
Dim value As Boolean
 
instance.AppendCheckSum = value
 
value = instance.AppendCheckSum

Property Value

A boolean value which designates the check sum.
Remarks

If this property is set to true, check sum values will be appened for barcode types that require a check sum. This property does not have any effect for barcode types which do not have a check sum or the check sum is optional.

Default value: false

See Also

Reference

ImGearBarcodeReader Class
ImGearBarcodeReader Members