endChar

Specifies an optional ending control character to append to barcode data.

The endChar property is ignored by the parser if the barcode pattern does not support the specified control character.

Syntax

Reference_Syntax.endChar = "character"

Values

Type

Values

String

A valid control character.

Applies to

Model

Object

Form Model

barcode

Version

XFA 2.1

Examples

JavaScript

Code11BarCode1.resolveNode("ui.#barcode").endChar = "*";

FormCalc

Code11BarCode1.ui.#barcode.endChar = "*"

// Ethnio survey code removed