Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / WriteChecksumChar Property
In This Topic
    WriteChecksumChar Property
    In This Topic
    Description
    Sets the checksum write flag for barcodes that optionally use checksums.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property WriteChecksumChar As Integer
    Return Type
    An integer value which represents the checksum flag.
    Remarks

    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.

    See Also