printCheckDigit

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.

Syntax

Reference_Syntax.printCheckDigit = "0 | 1"

Values

Type

Values

String

  • 0 (default)

  • 1

Do not print the check digit in the human-readable text, only in the barcode itself.

  • 1

Append the check digit to the end of the human-readable text.

Applies to

Model

Object

Form Model

barcode

Version

XFA 2.1

Examples

JavaScript

Code11BarCode1.resolveNode("ui.#barcode").printCheckDigit = "1";

FormCalc

Code11BarCode1.ui.#barcode.printCheckDigit = "1"

// Ethnio survey code removed