Description
Returns or sets a value that determines whether to include an optional check digit with all Interleaved 2 of 5 bar codes produced by the Morovia Barcode DLL.
Syntax
HRESULT get_I2of5OptionalCheckDigit(HANDLE handle, VARIANT_BOOL* pVal); HRESULT put_I2of5OptionalCheckDigit(HANDLE handle, VARIANT_BOOL val);
Remarks
If I2of5OptionalCheckDigit is set to
TRUE, a check digit will be calculated using modulo 10
algorithm and added to the barcode. Depending on the
ShowCheckDigit setting, the check digit may or may not
appear in the human readable text.