Sets the checksum write flag for barcodes that optionally use checksums.
Read-write property
Visual Basic |
---|
Public Property WriteChecksumChar As Integer |
An integer value which represents the checksum flag.
The default value is 0 (False).
A value of 1 will write optional checksums, and a value of 0 will not write optional checksums.
Currently, of the supported barcode types that Barcode Xpress is able to write, only types Industry 2 of 5, Interleaved 2 of 5, Code 39, and Code 39 Extended will allow an optional checksum. This property is ignored for other barcode types that require checksums.
Note: The UPC and EAN barcodes always append a checksum character to the barcode results regardless of this property's value.