Specifies whether to print the
check digits in the human-readable text.
The parser ignores this property if the checksum property
has a value of 0, or if the checksum property
has a value of 1 and the standard behavior for
the barcode type is to not include a checksum.
SyntaxReference_Syntax.printCheckDigit = "0 | 1"
Values
Type
|
Values
|
String
|
Do not print the
check digit in the human-readable text, only in the barcode itself.
Append the check
digit to the end of the human-readable text.
|
JavaScriptCode11BarCode1.resolveNode("ui.#barcode").printCheckDigit = "1";
FormCalcCode11BarCode1.ui.#barcode.printCheckDigit = "1"
|
|
|