'Declaration Public Property AppendCheckSum As Boolean
'Usage Dim instance As Reader Dim value As Boolean instance.AppendCheckSum = value value = instance.AppendCheckSum
public bool AppendCheckSum {get; set;}
'Declaration Public Property AppendCheckSum As Boolean
'Usage Dim instance As Reader Dim value As Boolean instance.AppendCheckSum = value value = instance.AppendCheckSum
public bool AppendCheckSum {get; set;}
If this property is set to true, checksum values will be appended for barcode types that require a checksum. This property does not have any effect for barcode types which do not have a checksum or for which the checksum is optional.
Note: The UPC and EAN codes always append the checksum character to the barcode results. This is done regardless of this property's value.
Default value: false